From 9fe10389b8c6be89e84ce71833f0407ef8ff6eef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:16:10 +0200 Subject: [PATCH] chore(deps): update dependency tooling/types-requests to v2.31.0.8 (#66) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72eb8cd..d84e04a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tooling = [ "pytest ==7.4.2", # types "mypy ==1.5.1", - "types-requests ==2.31.0.2" + "types-requests ==2.31.0.8" ] [tool.ruff]