From 7d228fc501616ce63e92902fe5afac8c52bc1326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 22:45:00 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /flask-backend directory: [gunicorn](https://github.com/benoitc/gunicorn) and [requests](https://github.com/psf/requests). Updates `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) Updates `requests` from 2.31.0 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- flask-backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask-backend/requirements.txt b/flask-backend/requirements.txt index d590918..f1a9447 100644 --- a/flask-backend/requirements.txt +++ b/flask-backend/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.0 prometheus-api-client==0.5.4 python-dateutil==2.8.2 -gunicorn==21.2.0 -requests==2.31.0 \ No newline at end of file +gunicorn==22.0.0 +requests==2.32.4 \ No newline at end of file