From 1bb4cf28f9d659b78d3f483614d118520792aebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:55:51 +0000 Subject: [PATCH] chore(deps): update types-requests requirement Updates the requirements on [types-requests](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4847a2..fff6154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "mypy>=1.0.0,<2.0.0", "pyright>=1.1.405", "ruff>=0.9.7,<1.0.0", - "types-requests>=2.31.0,<3.0.0", + "types-requests>=2.33.0.20260712,<3.0.0", "anthropic[bedrock]>=0.39.0,<1.0.0", "openai==2.30.0", "boto3>=1.34.97,<2.0.0",