From 9531eed515de9f45ee5f836caa99acae37591e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 04:42:13 +0000 Subject: [PATCH] Update flask-sqlalchemy requirement from <3,>=2.4 to >=2.4,<4 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.4.0...3.0.0) --- updated-dependencies: - dependency-name: flask-sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7a8ac1c4..9eae8312 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ install_requires = Flask-Mail>=0.9.1,<1 Flask-Migrate>=2.5.3,<4 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b) Flask-RESTful>=0.3.9,<1 - Flask-SQLAlchemy>=2.4,<3 + Flask-SQLAlchemy>=2.4,<4 Flask-Talisman>=0.8,<2 Flask-WTF>=0.14.3,<2 WTForms>=2.3.1,<3.1