From c9fb19503be608f955b6fb0f14ddc68d58097c91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:54:34 +0200 Subject: [PATCH] chore(deps): update dependency mypy to >=1.13,<1.14 (#460) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a26ebf..78eef5f 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.12,<1.13", + "mypy>=1.13,<1.14", "types-python-dateutil", "types-requests", ],