From f671615d471cbdd7bde713b33b35147efe5c30a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 05:23:37 +0000 Subject: [PATCH] Bump types-requests from 2.32.0.20240521 to 2.32.0.20240523 Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240521 to 2.32.0.20240523. - [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 029a18b48..37b22bdba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ optional-dependencies.dev = [ "types-docker==7.0.0.20240519", "types-pillow==10.2.0.20240520", "types-pyyaml==6.0.12.20240311", - "types-requests==2.32.0.20240521", + "types-requests==2.32.0.20240523", "urllib3==2.2.1", "vulture==2.11", "vws-python==2024.2.19",