From 50630ad5964506fddc7184086b0bbded4e54f3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:03:18 +0000 Subject: [PATCH] Bump flask-sqlalchemy from 3.0.5 to 3.1.0 Bumps [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 3.0.5 to 3.1.0. - [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/3.0.5...3.1.0) --- updated-dependencies: - dependency-name: flask-sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53e3543f..99ee3c8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cssmin==0.2.0 Flask==2.3.3 Flask-APScheduler==1.12.4 Flask-Assets==2.0 -Flask-SQLAlchemy==3.0.5 +Flask-SQLAlchemy==3.1.0 gunicorn==21.2.0 htmlmin==0.1.12 idna==3.4