From a444d43bbc55370e5d312fa029d930efb872d7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:44:34 +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 3c28b8c..090c219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ docs = [ tests = [ "coverage>=5.3,<7.7", # Lets us track what code is being tested "doc8>=1.0,<1.2", # Ensures clean documentation formatting - "mypy>=1.0,<1.14", # Static type checking + "mypy>=1.0,<1.15", # Static type checking "pre-commit>=4,<5", # Allow us to run pre-commit hooks in testing "pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation "pytest>=6.2,<8.4", # Our testing framework