From 7611ef157d9153b5acc1e1ac50add832bee59f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:01:30 +0000 Subject: [PATCH] Bump sqlalchemy from 1.4.11 to 1.4.22 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.11 to 1.4.22. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c129af86..fe866b51 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.22 redis==3.5.3 uwsgi==2.0.19.1