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 Apr 8, 2023
1 parent 674275e commit ff1d053
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 61 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.30"

[tool.poetry.dependencies]
SQLAlchemy = "==1.4.47"
SQLAlchemy = "==2.0.9"
cachetools = "==5.3.0"
environs = "==9.5.0"
psycopg2-binary = "==2.9.6"
Expand Down
Loading

0 comments on commit ff1d053

Please sign in to comment.