From 42ef7fb2eca08721684ad0d2cf4d675cb6a70e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:10:35 +0000 Subject: [PATCH] Update flask-sqlalchemy requirement from ~=2.5.1 to ~=3.0.3 Updates the requirements on [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56c9f7d..21520f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests~=2.28.1 Pillow~=9.2.0 paho-mqtt~=1.6.1 Flask~=2.2.2 -flasK_sqlalchemy~=2.5.1 +flasK_sqlalchemy~=3.0.3 python-dotenv~=0.20.0 flask-login~=0.6.2 IPy