From 2783f7d8a25e757692c93a7a2280deac6074b226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:11:42 +0000 Subject: [PATCH] Bump flask from 1.0.2 to 3.1.3 in /infra/python/deps Bumps [flask](https://github.com/pallets/flask) from 1.0.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/1.0.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/python/deps/extended-test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/extended-test-requirements.txt b/infra/python/deps/extended-test-requirements.txt index 06238dcbd9..c44c9078e6 100644 --- a/infra/python/deps/extended-test-requirements.txt +++ b/infra/python/deps/extended-test-requirements.txt @@ -21,7 +21,7 @@ Fabric==1.14.0 # The leopard framework, which runs a webui to view random query generator # reports, requires Flask. -Flask==1.0.2 +Flask==3.1.3 # Fabric depends on Paramiko. Additionally, the stress test uses # Paramiko directly to keep a persistent SSH connection open to each # Impalad host to run in-test monitoring.