From b1f5a170d84583ba2fa689a01b8fb55a325d1ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:06:32 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /monitoring_flask_backend directory: [flask](https://github.com/pallets/flask) and [requests](https://github.com/psf/requests). 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) Updates `requests` from 2.32.4 to 2.33.0 - [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.32.4...v2.33.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- monitoring_flask_backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitoring_flask_backend/requirements.txt b/monitoring_flask_backend/requirements.txt index 5bf25e1..6579600 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -1,8 +1,8 @@ -Flask==3.0.0 +Flask==3.1.3 prometheus-api-client==0.5.4 python-dateutil==2.8.2 gunicorn==23.0.0 -requests==2.32.4 +requests==2.33.0 pytest==8.3.4 requests-aws4auth==1.2.3 boto3==1.34.69