From ce830e6c4e6e643611b6fb07c08d6fc71750aa28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 05:32:16 +0000 Subject: [PATCH] Bump types-requests from 2.31.0.1 to 2.31.0.2 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.1 to 2.31.0.2. - [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 32fa55f22..7a27c0d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -317,7 +317,7 @@ dev = [ "sybil==5.0.3", "types-PyYAML==6.0.12.10", "types-Pillow==10.0.0.1", - "types-requests==2.31.0.1", + "types-requests==2.31.0.2", "urllib3==2.0.4", "vulture==2.7", "vws-python==2023.5.21",