diff --git a/setup.py b/setup.py index b1cba79..ea83cfc 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "test": [ "coverage>=7.2.7,<7.3", "pytest>=7.4,<7.5", - "mypy>=1.4.1,<1.5", + "mypy>=1.5,<1.6", "types-python-dateutil", "types-requests", ],