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 May 31, 2023
1 parent c3bfc05 commit dc125a9
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 95 deletions.
107 changes: 55 additions & 52 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.39"

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

0 comments on commit dc125a9

Please sign in to comment.