diff --git a/setup.py b/setup.py index 69c17e70a..cd6cc6c94 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ EXTRAS_REQUIRE = { "tests": ["pytest", "pytz", "simplejson"], "lint": [ - "mypy==1.5.1", + "mypy==1.6.1", "flake8==6.1.0", "flake8-bugbear==23.9.16", "pre-commit>=2.4,<4.0",