From b631cfd0a9327e14f92facbe4a5bedcd795ace8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:33:46 +0000 Subject: [PATCH] Update types-requests requirement from ~=2.32 to ~=2.33 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.20260408 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 fcc35745f2..13c5f0aa6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dev = [ "pytest~=9.0", "ruff>=0.15.5", "syrupy~=5.0", - "types-requests~=2.32", + "types-requests~=2.33", ] [project.urls]