From aea08669c6200907485ba5174d012668cf46aea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:34:54 +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 b40b66d..1d0133b 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.9.0.post0 gunicorn==25.1.0