From cfb880d9e212db398095c9077e0efddf6cc3b093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:12:08 +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 1d0133b..6095a75 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -1,7 +1,7 @@ Flask==3.1.3 prometheus-api-client==0.5.4 python-dateutil==2.9.0.post0 -gunicorn==25.1.0 +gunicorn==25.3.0 requests==2.33.0 pytest==9.0.2 requests-aws4auth==1.3.1