From ee67468585a9cce3fca75bd1104c886e55c5ec34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:30:48 +0000 Subject: [PATCH] Bump sqlalchemy from 1.1.11 to 1.3.0 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88ed2250..458f843a 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ "Flask-RESTful==0.3.4", "Jinja2==2.7.2", "MarkupSafe==0.23", - "SQLAlchemy==1.2.19", + "SQLAlchemy==1.3.0", "Werkzeug==0.12.2", "itsdangerous==0.24", "python-dateutil==2.6.0",