From 9481499004d55db68909552668ba166bf502aff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:09:48 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240712 to 2.33.0.20260327. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-version: 2.33.0.20260327 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d2b7e99..488ddf6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ dev = [ "types-colorama==0.4.15.11", "types-PyYAML==6.0.8", "types-psutil==7.2.0.20251228", - "types_requests==2.32.0.20240712", + "types_requests==2.33.0.20260327", "types-protobuf==6.32.1.20250918", "deptry==0.25.1" ]