From de16d94960bb01c3873a64d948780703505a0592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 04:37:24 +0000 Subject: [PATCH] Update flask-sqlalchemy requirement from ~=2.3.2 to ~=2.4.4 Updates the requirements on [flask-sqlalchemy](https://github.com/pallets/flask-sqlalchemy) to permit the latest version. - [Release notes](https://github.com/pallets/flask-sqlalchemy/releases) - [Changelog](https://github.com/pallets/flask-sqlalchemy/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask-sqlalchemy/compare/2.3.2...2.4.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5da0587a..0c196f9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask~=1.1.2 Flask-pyoidc~=2.2.0 Flask-Mail~=0.9.1 Flask-Gzip~=0.2 -flask_sqlalchemy~=2.3.2 +flask_sqlalchemy~=2.4.4 psycopg2-binary~=2.8.6 Flask-Migrate~=2.2.1 pylint~=2.3.1