From 77f96395832623f72ecd8480b9f9bbe0c106bca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 01:26:43 +0000 Subject: [PATCH] Bump types-requests from 2.32.0.20241016 to 2.32.0.20250301 Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20241016 to 2.32.0.20250301. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f13f78706c..1052b2b61bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ lint = [ "types-docutils==0.21.0.20241128", "types-Pillow==10.2.0.20240822", "types-Pygments==2.19.0.20250107", - "types-requests==2.32.0.20241016", # align with requests + "types-requests==2.32.0.20250301", # align with requests "types-urllib3==1.26.25.14", "pyright==1.1.392.post0", "pytest>=6.0",