Skip to content

Commit

Permalink
fix(deps): update dependency sqlalchemy to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2023
1 parent 050fae3 commit 11cf354
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 96 deletions.
99 changes: 46 additions & 53 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 @@ -5,7 +5,7 @@ name = "src"
version = "1.1.27"

[tool.poetry.dependencies]
SQLAlchemy = "==1.4.46"
SQLAlchemy = "==2.0.7"
cachetools = "==5.3.0"
environs = "==9.5.0"
psycopg2-binary = "==2.9.5"
Expand Down
Loading

0 comments on commit 11cf354

Please sign in to comment.