From 6719ae65d1dfcd095bec549bf9a2dc972fbce2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:16:49 +0000 Subject: [PATCH] Bump mypy from 1.12.0 to 1.12.1 (#273) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7f0aeb..ded210a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "pytest==8.3.3" ] type_check = [ - "mypy==1.12.0", + "mypy==1.12.1", "types-requests==2.32.0.20240914" ]