From b5a633ed35be2c5daec0c57e88cbb9d23ea2ee19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:58:31 +0200 Subject: [PATCH] chore(deps): update dependency mypy to >=1.12,<1.13 (#454) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81d242a..5a26ebf 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "pylint>=3,<3.4", "pytest>=8,<8.4", "pytest-cov>=5,<5.1", - "mypy>=1.11,<1.12", + "mypy>=1.12,<1.13", "types-python-dateutil", "types-requests", ],