From 35d2321278165c29d4e6a29711a815fefff9c9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Mar 2021 08:12:35 +0000 Subject: [PATCH] Bump sqlalchemy from 1.2.7 to 1.3.0 in /problems-4/sogreshilin/task03 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.2.7 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] --- problems-4/sogreshilin/task03/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems-4/sogreshilin/task03/requirements.txt b/problems-4/sogreshilin/task03/requirements.txt index 5916838..a4baf0e 100644 --- a/problems-4/sogreshilin/task03/requirements.txt +++ b/problems-4/sogreshilin/task03/requirements.txt @@ -3,6 +3,6 @@ Flask-Login==0.4.1 Flask-WTF==0.14.2 Flask-Bootstrap==3.3.7.1 Flask-SQLAlchemy==2.3.2 -SQLAlchemy==1.2.7 +SQLAlchemy==1.3.0 WTForms==2.1 Werkzeug==0.14.1