From f95e439d56f7aed32892a9ab53d05074a408fc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:33:37 +0000 Subject: [PATCH] chore(deps-dev): Bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.33.0.20260518 to 2.33.0.20260712. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260712 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 3ed33a672..384636451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ optional-dependencies.dev = [ "ty==0.0.59", "types-docker==7.1.0.20260712", "types-pyyaml==6.0.12.20260518", - "types-requests==2.33.0.20260518", + "types-requests==2.33.0.20260712", "urllib3==2.7.0", "vulture==2.16", "vws-python==2026.2.25.1",