From ef0d7b2e908eea750124772d37c64b4b95d20c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:46:01 +0000 Subject: [PATCH] chore(deps): bump flask Bumps the pip group with 1 update in the /monitoring_flask_backend directory: [flask](https://github.com/pallets/flask). Updates `flask` from 3.0.0 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.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- monitoring_flask_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring_flask_backend/requirements.txt b/monitoring_flask_backend/requirements.txt index 5bf25e1..4bc68e0 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.0 +Flask==3.1.3 prometheus-api-client==0.5.4 python-dateutil==2.8.2 gunicorn==23.0.0