From d508af632137f7844dfa37a98ced8ca4c6cac9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 09:26:54 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.11 to 1.4.12 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.11 to 1.4.12. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a8c57a4..514970a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ django-bootstrap3==9.1.0 psutil==5.6.6 docker==3.3.0 celery==4.2.1 -sqlalchemy==1.4.11 +sqlalchemy==1.4.12 redis==3.5.3 uwsgi==2.0.19.1