Skip to content

Commit

Permalink
Bump sqlalchemy from 1.4.46 to 2.0.20
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.46 to 2.0.20.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent f23c37d commit fe6035f
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 55 deletions.
112 changes: 58 additions & 54 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.19.1"
requests = "^2.31.0"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
pydantic = {extras = ["email"], version = "^1.10.12"}
SQLAlchemy = ">1.3.23,<1.5"
SQLAlchemy = ">1.3.23,<2.1"
alembic = "^1.11.3"
python-multipart = "^0.0.6"
python-jose = {extras = ["cryptography"], version = "^3.2.0"}
Expand Down

0 comments on commit fe6035f

Please sign in to comment.