From 593a962c7993e83f78811aa317b1b98a6752b882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 02:09:21 +0000 Subject: [PATCH] Bump flask-sqlalchemy from 2.5.1 to 3.0.3 in /backend Bumps [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 2.5.1 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.5.1...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 ada8a83..3b84f39 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ Flask-Cors==3.0.10 psycopg2-binary==2.9.3 SQLAlchemy[mypy]==1.4.35 -Flask-SQLAlchemy==2.5.1 +Flask-SQLAlchemy==3.0.3 alembic==1.7.7 Flask-Migrate==3.1.0