From 95a00abdb423be3d62bd0a568cdfc523188b3e8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:15:38 +0000 Subject: [PATCH] build(deps): update dependency types-requests to v2.32.0.20240914 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57aa2d2b..a48f1b6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest-xdist==3.6.1", "pytest-time==0.3.2", "responses==0.25.3", - "types-requests==2.31.0.6", + "types-requests==2.32.0.20240914", "types-setuptools==73.0.0.20240822", "types-pyyaml==6.0.12.20240917", ]