From c264007502c68f56c4153adb8586f920b6d36686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:35:12 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /modules/python Bumps [requests](https://github.com/psf/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 ... Signed-off-by: dependabot[bot] --- modules/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/python/requirements.txt b/modules/python/requirements.txt index f9abb045e6..653b390f18 100644 --- a/modules/python/requirements.txt +++ b/modules/python/requirements.txt @@ -10,6 +10,6 @@ boto3==1.36.5 botocore==1.36.5 coverage==7.6.12 semver==3.0.4 -requests==2.32.4 +requests==2.33.0 pyyaml==6.0.2 pyOpenSSL==26.0.0 \ No newline at end of file