From 3b5075ca33833eb666f2e30c41fea51ff13a84bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 04:13:51 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v1.4.49 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39cf8200..85407e78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ python-slugify==6.1.2 emoji==2.8.0 # database databases[postgresql]==0.4.3 -SQLAlchemy==1.3.23 +SQLAlchemy==1.4.49 alembic==1.12.0 .