From a5e9a464ddffc13d9580ebc826b7615453d2798d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:00:09 +0100 Subject: [PATCH] Bump types-requests to 2.32.0.20241016 (#13027) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61d0017e7..1455eaa14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ lint = [ "types-docutils==0.21.0.20241005", "types-Pillow==10.2.0.20240822", "types-Pygments==2.18.0.20240506", - "types-requests==2.32.0.20240914", # align with requests + "types-requests==2.32.0.20241016", # align with requests "types-urllib3==1.26.25.14", "pyright==1.1.384", "pytest>=6.0",