From 3797fd00625b5cc7d5fbbb5f3d17a73936bcb851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:00:32 +0000 Subject: [PATCH] chore(deps): update dependency mypy to >=1.14,<1.15 (#468) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa7bb69..fdc2921 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "pylint>=3,<3.4", "pytest>=8,<8.4", "pytest-cov>=6,<6.1", - "mypy>=1.13,<1.14", + "mypy>=1.14,<1.15", "types-python-dateutil", "types-requests", ],