From 0c924ed38b7164e9606d3c70be2d3b825161cffe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:02:12 +0000 Subject: [PATCH] chore(deps): update dependency tooling/types-requests to v2.31.0.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6da06b..1bebc70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tooling = [ "pytest ==7.4.0", # types "mypy ==1.5.1", - "types-requests ==2.31.0.2" + "types-requests ==2.31.0.8" ] [tool.ruff]