From b12895abb6844257199cbd031897291f01f9c5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 06:02:18 +0000 Subject: [PATCH] Bump sqlalchemy from 1.1.11 to 1.3.0 in /app Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.1.11 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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 4ad9eaf..1542960 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -22,7 +22,7 @@ PyYAML==3.12 requests==2.18.1 singledispatch==3.4.0.3 six==1.10.0 -SQLAlchemy==1.1.11 +SQLAlchemy==1.3.0 tornado==4.5.1 urllib3==1.21.1 Werkzeug==0.14.1