From 1fbd818753e716f3f02bbbb2146c61637c6b0a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 07:44:30 +0000 Subject: [PATCH] Bump types-requests from 2.31.0.20240403 to 2.31.0.20240406 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20240403 to 2.31.0.20240406. - [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 754d4ec06..c75bc2203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -333,7 +333,7 @@ dev = [ "tenacity==8.2.3", "types-Pillow==10.2.0.20240406", "types-PyYAML==6.0.12.20240311", - "types-requests==2.31.0.20240403", + "types-requests==2.31.0.20240406", "urllib3==2.2.1", "vulture==2.11", "vws-python==2024.2.19",