diff --git a/pyproject.toml b/pyproject.toml index eb3f46d5..8a05c216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ tests = [ "coverage>=7,<8", # Lets us track what code is being tested "exceptiongroup>=1,<2", "jupyter", # For integration testing Jupyter notebooks - "mypy>=1.0,<1.7", # Static type checking + "mypy>=1.0,<1.8", # Static type checking "nbconvert>=7,<8", "nbformat>=5,<6", "pre-commit>=3,<4", # Allow us to run pre-commit hooks in testing