From 0e4ce40d4b8efced3db9ec078a4c2842344de2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:44:01 +0000 Subject: [PATCH] Bump sqlalchemy from 1.0.12 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.0.12 to 1.3.0. - [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 d36f967..777f549 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ Jinja2==2.11.3 MarkupSafe==0.23 psycopg2==2.6.1 six==1.10.0 -SQLAlchemy==1.0.12 +SQLAlchemy==1.3.0 uWSGI==2.0.13.1 Werkzeug==0.15.3