From bf5a9c02025d93a831ddf769152e1271fc55cd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:22:59 +0000 Subject: [PATCH] Bump types-requests from 2.33.0.20260408 to 2.33.0.20260503 Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260408 to 2.33.0.20260503. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260503 dependency-type: direct:development 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 299f2dc09..2f6f1b47e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ optional-dependencies.dev = [ "ty==0.0.33", "types-docker==7.1.0.20260409", "types-pyyaml==6.0.12.20260408", - "types-requests==2.33.0.20260408", + "types-requests==2.33.0.20260503", "urllib3==2.6.3", "vulture==2.16", "vws-python==2026.2.25.1",