From 6e52a9a323c7db91bdce8470712796576cdc9e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:31:29 +0000 Subject: [PATCH] Update types-requests requirement from ~=2.28.11.17 to ~=2.32.0.20240622 --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5391e1210..f1f2c7671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ typing = [ "types-Pygments ~= 2.15.0.0", "types-PyYAML ~= 6.0.12.9", "types-regex ~= 2024.4.16.20240423", - "types-requests ~= 2.28.11.17", + "types-requests ~= 2.32.0.20240622", "types-tabulate ~= 0.9.0.2", "types-xmltodict ~= 0.13.0.2", ]