From 8a42e5c9ae9c8c839c84cc2d055ee40b55c4dd18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:13:26 +0000 Subject: [PATCH] Update dependency types-requests to v2.31.0.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f801768f..31ef4b5ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ flake8 = "6.1.0" isort = "5.12.0" mypy = "1.6.0" pigar = "2.1.1" -types-requests = "2.31.0.6" +types-requests = "2.31.0.10" types-setuptools = "68.2.0.0" types-python-dateutil = "2.8.19.14"