diff --git a/setup.cfg b/setup.cfg index 13960cb7..690f7eb7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,7 +63,7 @@ tests = ; Checks that code isn't overly complicated mccabe>=0.6,<0.8 ; Static type checking - mypy>=0.942,<0.982 + mypy>=0.942,<0.983 ; Require PEP8 compliant variable names pep8-naming>=0.12,<0.14 ; Allow us to run pre-commit hooks in testing