From 89d645eecc539f4b58c96be082aa74398d4ce994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 09:58:55 +0000 Subject: [PATCH] Bump sqlalchemy from 0.9.0 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 0.9.0 to 1.3.0. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d816499..3666ac3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Flask-Login==0.2.7 Flask-SQLAlchemy==1.0 Jinja2==2.7.3 MarkupSafe==0.23 -SQLAlchemy==0.9.0 +SQLAlchemy==1.3.0 WTForms==1.0.5 Werkzeug==0.10.1 gevent==1.0.1