From 10a3f6a5d02cbf041f927bb76bd40033f2c41e51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 02:12:44 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f47c57d8..1164c506 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ python-slugify==6.1.2 emoji==2.2.0 # database databases[postgresql]==0.4.3 -SQLAlchemy==1.3.23 +SQLAlchemy==2.0.15 alembic==1.11.1 .