From dd84a83f319d86a392ea3b863a04984e77a8f09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:06 +0000 Subject: [PATCH] chore(deps): bump gunicorn in /monitoring_flask_backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 25.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..081deeb 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.0 prometheus-api-client==0.5.4 python-dateutil==2.8.2 -gunicorn==23.0.0 +gunicorn==25.1.0 requests==2.32.4 pytest==8.3.4 requests-aws4auth==1.2.3