From 42c8bff5c7861aa3234b7189948523cd171b10f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:09:29 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /doc 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] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 165f89bf..3bf79a3c 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.4 ; python_version >= "3.9" and python_version < "3.15" +requests==2.33.0 ; 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"