From 86252921a147ac5f3fb4f8f1c06ea35eeb643b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:23:14 +0000 Subject: [PATCH] chore(deps): bump flask from 2.0.1 to 3.1.3 Bumps [flask](https://github.com/pallets/flask) from 2.0.1 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/2.0.1...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 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 faf7616..499faa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ click==8.0.1 cryptography==3.3.2 docopt==0.6.2 docutils==0.14 -Flask==2.0.1 +Flask==3.1.3 flask-blueprint==1.3.0 Flask-Cors==3.0.9 Flask-HTTPAuth==3.2.3