From 6473698a9622978ff5dae176cd1f630b1a78c576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 06:17:29 +0000 Subject: [PATCH] Bump types-requests from 2.28.11.16 to 2.28.11.17 Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.16 to 2.28.11.17. - [Release notes](https://github.com/python/typeshed/releases) - [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 7507f89b8..634cf3e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -309,7 +309,7 @@ dev = [ "sybil==5.0.0", "types-PyYAML==6.0.12.9", "types-Pillow==9.4.0.18", - "types-requests==2.28.11.16", + "types-requests==2.28.11.17", "types-urllib3==1.26.25.9", "vulture==2.7", "vws-python==2023.3.25",