diff --git a/pyproject.toml b/pyproject.toml index f8223b6..d47da69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,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.14", # Static type checking + "mypy>=1.0,<1.15", # Static type checking "nbconvert>=7,<8", "nbformat>=5,<6", "pre-commit>=3,<5", # Allow us to run pre-commit hooks in testing