From 19157379253db9fd0c10bf9c04897bd5ef0caf0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 08:57:38 +0000 Subject: [PATCH] Bump flask-sqlalchemy from 2.5.1 to 3.0.4 Bumps [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 2.5.1 to 3.0.4. - [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.4) --- updated-dependencies: - dependency-name: flask-sqlalchemy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 522c6df..1c67f46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ gunicorn==20.1.0 Flask==1.1.2 Flask-MQTT==1.1.1 Flask-OAuthlib==0.9.6 -Flask-SQLAlchemy==2.5.1 +Flask-SQLAlchemy==3.0.4 SQLAlchemy==1.4.47 Werkzeug==0.16.1 six==1.14.0