From 14ad68d7a14a6f05bdf0904e56d0eace1a39b4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 13:00:08 +0000 Subject: [PATCH] chore(deps): update flask-sqlalchemy requirement from >=3.1.0 to >=3.1.1 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/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: flask-sqlalchemy dependency-version: 3.1.1 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 4bcc973..06c7cf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask>=3.0.0 -Flask-SQLAlchemy>=3.1.0 +Flask-SQLAlchemy>=3.1.1 pandas>=2.0.0 openpyxl>=3.1.0 gunicorn>=21.2.0