From 2eaa8f1994d5b9679c1a9fd4112c1f93377b80b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:04:37 +0000 Subject: [PATCH] chore(deps-dev): Bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260508 to 2.33.0.20260513. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260513 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 69ac96791..eaa020b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ optional-dependencies.dev = [ "ty==0.0.35", "types-docker==7.1.0.20260512", "types-pyyaml==6.0.12.20260510", - "types-requests==2.33.0.20260508", + "types-requests==2.33.0.20260513", "urllib3==2.7.0", "vulture==2.16", "vws-python==2026.2.25.1",