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] authored Feb 3, 2023
1 parent aa2c124 commit 737655e
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 96 deletions.
109 changes: 56 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.26"

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

0 comments on commit 737655e

Please sign in to comment.