From 3b0634c32b053a14445d20af484bc7a2eaf5522b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:42:27 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /ds-round-trip 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] --- ds-round-trip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-round-trip/requirements.txt b/ds-round-trip/requirements.txt index 7f3c4fb..562140e 100644 --- a/ds-round-trip/requirements.txt +++ b/ds-round-trip/requirements.txt @@ -91,7 +91,7 @@ pywinpty==2.0.14 ; python_version >= "3.10" and python_version < "4.0" and os_na pyyaml==6.0.2 ; python_version >= "3.10" and python_version < "4.0" pyzmq==26.2.0 ; python_version >= "3.10" and python_version < "4.0" referencing==0.36.1 ; python_version >= "3.10" and python_version < "4.0" -requests==2.32.4 ; python_version >= "3.10" and python_version < "4.0" +requests==2.33.0 ; python_version >= "3.10" and python_version < "4.0" rfc3339-validator==0.1.4 ; python_version >= "3.10" and python_version < "4.0" rfc3986-validator==0.1.1 ; python_version >= "3.10" and python_version < "4.0" rpds-py==0.22.3 ; python_version >= "3.10" and python_version < "4.0"