From 6f1205ab29fce11656e309baa1009f4da4e3a3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:25:47 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 in /tools Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [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.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index d9323ab18a5..19807d59941 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -134,7 +134,7 @@ readme-renderer==44.0 ; python_version >= "3.9" and python_version < "4.0" requests-file==2.1.0 ; python_version >= "3.9" and python_version < "4.0" requests-oauthlib==2.0.0 ; python_version >= "3.9" and python_version < "4.0" requests-toolbelt==1.0.0 ; python_version >= "3.9" and python_version < "4.0" -requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0" +requests==2.32.4 ; python_version >= "3.9" and python_version < "4.0" rfc3986==2.0.0 ; python_version >= "3.9" and python_version < "4.0" rich==13.9.4 ; python_version >= "3.9" and python_version < "4.0" rsa==4.9 ; python_version >= "3.9" and python_version < "4.0"