From 1207c739db263c1d573fe6bbc55677d6dc817a99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:29:04 +0000 Subject: [PATCH] chore(deps): update dependency sqlalchemy to v1.4.39 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b6ed52d0..276c7d0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ python-slugify==6.1.2 emoji==1.7.0 # database databases[postgresql]==0.4.3 -SQLAlchemy==1.3.23 +SQLAlchemy==1.4.39 alembic==1.8.0 .