From 6642788a876ccdabe0b9429c10f9f15171494643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 05:34:57 +0000 Subject: [PATCH] Bump types-requests from 2.32.0.20250306 to 2.32.0.20250328 Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20250306 to 2.32.0.20250328. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests 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 b7ecd6d3..1501da51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ optional-dependencies.dev = [ "tenacity==9.0.0", "types-docker==7.1.0.20241229", "types-pyyaml==6.0.12.20250326", - "types-requests==2.32.0.20250306", + "types-requests==2.32.0.20250328", "urllib3==2.3.0", "vulture==2.14", "vws-python==2025.3.10.1",