Skip to content

Commit

Permalink
build(deps): update sqlalchemy requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 13, 2023
1 parent 6aa03a8 commit 6bedd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ types-urllib3="^1.26.25.11"
types-python-dateutil="^2.8.19.12"
types-simplejson="^3.19.0.0"
pydantic = ">=1.9.1"
SQLAlchemy = { version = ">=1.3.20,<2.0.22", optional = true }
SQLAlchemy = { version = ">=1.3.20,<2.0.23", optional = true }
Faker = { version = ">=13.6.0,<19.11.0", optional = true }
fastapi = { version = ">=0.78.0,<0.95.2", optional = true }
psycopg2-binary = "^2.9.5"
Expand Down

0 comments on commit 6bedd64

Please sign in to comment.