From 81b52b9c7df946ad9f16c687b4f3d4112389f224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:16:09 +0000 Subject: [PATCH] chore(deps): bump requests in /monitoring_flask_backend Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.33.1. - [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.33.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..7e1bf76 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -2,7 +2,7 @@ Flask==3.1.3 prometheus-api-client==0.5.4 python-dateutil==2.9.0.post0 gunicorn==25.1.0 -requests==2.33.0 +requests==2.33.1 pytest==9.0.2 requests-aws4auth==1.3.1 boto3==1.34.69