From 6d6ce1f2f71aef249c8f3e692e3f921b2b4c839f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 05:49:07 +0000 Subject: [PATCH] Bump types-requests from 2.32.0.20250515 to 2.32.0.20250602 Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.0.20250515 to 2.32.0.20250602. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.32.0.20250602 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e3b7158579..c676e699212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ lint = [ "types-docutils==0.21.0.20250514", "types-Pillow==10.2.0.20240822", "types-Pygments==2.19.0.20250516", - "types-requests==2.32.0.20250515", # align with requests + "types-requests==2.32.0.20250602", # align with requests "types-urllib3==1.26.25.14", "pyright==1.1.400", "pytest>=8.0", @@ -169,7 +169,7 @@ type-stubs = [ "types-docutils==0.21.0.20250514", "types-Pillow==10.2.0.20240822", "types-Pygments==2.19.0.20250516", - "types-requests==2.32.0.20250515", + "types-requests==2.32.0.20250602", "types-urllib3==1.26.25.14", ]