From 1e82f37562e9dd8cda4e03dc7d393539244c3f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:58:32 +0000 Subject: [PATCH] Update mypy requirement from <1.14,>=1.0 to >=1.0,<1.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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