From ede0c71076e91724ea9e9f4d16c303c2e72fcb89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 15:59:09 +0000 Subject: [PATCH] Update dependency SQLAlchemy to v2.0.17 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7b4c24..929228a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ idna==3.4 logging==0.4.9.6 multidict==6.0.4 pytz==2023.3 -SQLAlchemy==2.0.15 +SQLAlchemy==2.0.17 typing_extensions==4.6.3 wcwidth==0.2.6 yarl==1.9.2