From 7df938c09d7a19eddb8f27a46e906eabb7222557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:25:49 +0000 Subject: [PATCH] Bump flask from 3.0.3 to 3.1.3 in /dashboard/docker 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] --- dashboard/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/docker/requirements.txt b/dashboard/docker/requirements.txt index 67727af..8e3352a 100644 --- a/dashboard/docker/requirements.txt +++ b/dashboard/docker/requirements.txt @@ -4,6 +4,6 @@ dash==2.18.2 plotly==5.24.1 PyGithub==2.4.0 dash_bootstrap_components==1.6.0 -flask==3.0.3 +flask==3.1.3 gunicorn==23.0.0 pandas==2.2.3