From d61c9abfe4d2b3b74717db4e1f321b77be80eb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:45:37 +0000 Subject: [PATCH] Bump types-requests from 2.31.0.9 to 2.31.0.10 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.9 to 2.31.0.10. - [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 9e90bd246..47a319998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -319,7 +319,7 @@ dev = [ "sybil==5.0.3", "types-PyYAML==6.0.12.12", "types-Pillow==10.1.0.0", - "types-requests==2.31.0.9", + "types-requests==2.31.0.10", "urllib3==2.0.6", "vulture==2.10", "vws-python==2023.5.21",