From 0c5fbcf893d62af645ebec1e2f4f12703568c750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:23:07 +0000 Subject: [PATCH] Bump flask from 3.1.2 to 3.1.3 in /submit-cron Bumps [flask](https://github.com/pallets/flask) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- submit-cron/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submit-cron/requirements.txt b/submit-cron/requirements.txt index 1ea11d2d..28889c0d 100644 --- a/submit-cron/requirements.txt +++ b/submit-cron/requirements.txt @@ -18,7 +18,7 @@ Flask-Migrate==4.1.0 Flask-Moment==1.0.6 flask-restx==1.3.2 Flask-SQLAlchemy==3.1.1 -Flask==3.1.2 +Flask==3.1.3 gunicorn==23.0.0 idna==3.11 importlib_resources==6.5.2