From e94af9494fef1a7e67a1ce8cff8b3debcce2750e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:38:44 +0000 Subject: [PATCH] Update dependency sqlalchemy to v2.0.32 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bdd0027..1894529 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "3.11" pytonapi==0.1.7 ; python_version >= "3.10" and python_version < "3.11" sniffio==1.3.0 ; python_version >= "3.10" and python_version < "3.11" sqlalchemy-utils==0.41.1 ; python_version >= "3.10" and python_version < "3.11" -sqlalchemy==2.0.25 ; python_version >= "3.10" and python_version < "3.11" +sqlalchemy==2.0.32 ; python_version >= "3.10" and python_version < "3.11" starlette==0.36.3 ; python_version >= "3.10" and python_version < "3.11" tonsdk==1.0.13 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.11"