From 557de5a442c7a366c7a77ed0b9ff5a9ce3d0af2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:36:40 +0100 Subject: [PATCH] chore(deps): update dependency tooling/types-requests to v2.31.0.20231231 (#72) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f7976d..f3d9016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tooling = [ "pytest ==7.4.4", # types "mypy ==1.5.1", - "types-requests ==2.31.0.8" + "types-requests ==2.31.0.20231231" ] [tool.ruff]