From e1a0a3c4f49cf10ae3570b6c3aa48abca2c55dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:13:50 +0000 Subject: [PATCH] Bump flask from 2.0.3 to 3.1.0 Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 3.1.0. - [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/2.0.3...3.1.0) --- updated-dependencies: - dependency-name: flask 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 86538c3..e2fa745 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ minio==7.0.2 -flask==2.0.3 +flask==3.1.0 gunicorn==20.0.4 gevent==21.1.2 simplejson==3.17.2