From 3d8961bf7fe64bd19af4e657c830fb9aa8d22f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 06:21:58 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f37133e4..12acd3cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ optional-dependencies.dev = [ "tenacity==9.1.2", "types-docker==7.1.0.20250523", "types-pyyaml==6.0.12.20250516", - "types-requests==2.32.0.20250515", + "types-requests==2.32.0.20250602", "urllib3==2.4.0", "vulture==2.14", "vws-python==2025.3.10.1",