From 9161249b148aff911b0af2060a07fdd776d57a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 15:18:15 +0000 Subject: [PATCH] Bump sqlalchemy from 1.0.15 to 1.3.0 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.0.15 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 9a625ce..7d8eccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ Flask-HTTPAuth==3.2.1 Flask-Migrate==2.0.0 Flask-RESTful==0.3.5 Flask-SQLAlchemy==2.1 -SQLAlchemy==1.0.15 +SQLAlchemy==1.3.0 bcrypt==3.1.0