From 8eb35f67e47f5b2d7d6b5a268465b591a7722727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:04:35 +0000 Subject: [PATCH] Bump flask-sqlalchemy from 2.4.3 to 3.0.3 in /backend Bumps [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 2.4.3 to 3.0.3. - [Release notes](https://github.com/pallets-eco/flask-sqlalchemy/releases) - [Changelog](https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/flask-sqlalchemy/compare/2.4.3...3.0.3) --- updated-dependencies: - dependency-name: flask-sqlalchemy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9ce9967c..9595684b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,6 +2,6 @@ flask>=0.12.3 gevent==21.12.0 Flask-Cors==3.0.10 Flask-Security==3.0.0 -Flask-SQLAlchemy==2.4.3 +Flask-SQLAlchemy==3.0.3 git+https://github.com/ansrivas/pylogging.git flask-jwt-simple[asymmetric_crypto]