From 5264988ed231be9ad07a99af23b5905fbbe73e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:09:58 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the /backup-daemon/docker directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /monitoring/docker/config directory: [requests](https://github.com/psf/requests). 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) 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: requests dependency-version: 2.33.0 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] --- backup-daemon/docker/requirements.txt | 2 +- monitoring/docker/config/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backup-daemon/docker/requirements.txt b/backup-daemon/docker/requirements.txt index 6950da0..d317419 100644 --- a/backup-daemon/docker/requirements.txt +++ b/backup-daemon/docker/requirements.txt @@ -1,6 +1,6 @@ google-auth==2.40.3 urllib3==2.6.3 -requests==2.32.4 +requests==2.33.0 kubernetes==12.0.1 openshift==0.13.2 kazoo==2.10.0 diff --git a/monitoring/docker/config/requirements.txt b/monitoring/docker/config/requirements.txt index 2c732fd..3e08cc0 100644 --- a/monitoring/docker/config/requirements.txt +++ b/monitoring/docker/config/requirements.txt @@ -1,2 +1,2 @@ urllib3==2.6.3 -requests==2.32.4 \ No newline at end of file +requests==2.33.0 \ No newline at end of file