diff --git a/setup.py b/setup.py index 8efaf3e87..0af86519d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ EXTRAS_REQUIRE = { "tests": ["pytest", "pytz", "simplejson"], "lint": [ - "mypy==0.991", + "mypy==1.0.1", "flake8==6.0.0", "flake8-bugbear==23.1.20", "pre-commit>=2.4,<4.0",