Skip to content

Commit

Permalink
Bump sqlalchemy from 1.4.51 to 2.0.31
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.51 to 2.0.31.
- [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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 7ca8525 commit 44f3ecd
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 59 deletions.
124 changes: 66 additions & 58 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ starlette = "^0.32.0"
requests = "^2.32.3"
uvicorn = {extras = ["standard"], version = "^0.30.1"}
pydantic = {extras = ["email"], version = "^1.10.17"}
SQLAlchemy = ">=1.4.51,<1.5"
SQLAlchemy = ">=1.4.51,<2.1"
alembic = "^1.13.2"
python-multipart = "^0.0.9"
python-jose = {extras = ["cryptography"], version = "^3.2.0"}
Expand Down

0 comments on commit 44f3ecd

Please sign in to comment.