From f533cf2880fa51e09049bb03cd44505e965f13af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:06:21 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v1.4.54 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a08bf67..1f231cff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ python-slugify==8.0.4 emoji==2.10.1 # database databases[postgresql]==0.4.3 -SQLAlchemy==1.3.23 +SQLAlchemy==1.4.54 alembic==1.13.1 .