From 02f3fc42bf700b94e4340e0f6bd04f5c4934c5cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:22:00 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 in /doc 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] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index e0b5f711..b84ba654 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -57,7 +57,7 @@ pytz==2025.1 ; python_version >= "3.9" and python_version < "3.15" pywin32==308 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "3.15" pyzmq==26.2.1 ; python_version >= "3.9" and python_version < "3.15" referencing==0.36.2 ; python_version >= "3.9" and python_version < "3.15" -requests==2.32.3 ; python_version >= "3.9" and python_version < "3.15" +requests==2.32.4 ; python_version >= "3.9" and python_version < "3.15" rpds-py==0.23.1 ; python_version >= "3.9" and python_version < "3.15" scikit-learn==1.6.1 ; python_version >= "3.9" and python_version < "3.15" scipy==1.13.1 ; python_version >= "3.9" and python_version < "3.15"