From f25406f9136bd33469a0b4b5ec7c9e9aa97370a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:43:48 +0000 Subject: [PATCH] chore(deps): bump flask from 3.0.3 to 3.1.3 Bumps [flask](https://github.com/pallets/flask) from 3.0.3 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.0.3...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 979e13e4..728c868d 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "grpcio-tools==1.70.0", "googleapis-common-protos==1.69.0", "protobuf==5.29.3", - "flask==3.0.3", + "flask==3.1.3", "requests-toolbelt==1.0.0", "scalpl==0.4.2", "crc32c==2.7.1",