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 Oct 12, 2023
1 parent 03799e0 commit 4642d4b
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 55 deletions.
108 changes: 55 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.40"

[tool.poetry.dependencies]
SQLAlchemy = "==1.4.47"
SQLAlchemy = "==2.0.22"
cachetools = "==5.3.0"
environs = "==9.5.0"
psycopg2-binary = "==2.9.6"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ simplejson==3.18.0 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:e84bd1c29e83ec74a95de070473742eb52d08502f2428eff5751671081e0a0a6 \
--hash=sha256:f0e12bdafdf7e32c5ad4a073e325ea0d659d4277af8b3d8eccf3101c56879619 \
--hash=sha256:fd56a9e0c63a1f9c37621fe298c77795aefd2a26dca80dcae27688586c40b4bb
sqlalchemy==1.4.47 ; python_version >= "3.9" and python_version < "4.0" \
sqlalchemy==2.0.22 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:03be6f3cb66e69fb3a09b5ea89d77e4bc942f3bf84b207dba84666a26799c166 \
--hash=sha256:048509d7f3ac27b83ad82fd96a1ab90a34c8e906e4e09c8d677fc531d12c23c5 \
--hash=sha256:07764b240645627bc3e82596435bd1a1884646bfc0721642d24c26b12f1df194 \
Expand Down

0 comments on commit 4642d4b

Please sign in to comment.