From 1ed19963ba7a0a2f14b66c111140ac293b269d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:32:35 +0000 Subject: [PATCH] Update mypy requirement from ~=1.13.0 to >=1.13,<1.20 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4944fdc2..eb8655b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ "pytest-timeout", # Timeout protection for CI/CD "rich", "ruff", - "mypy~=1.13.0", # pinned to old for python 3.8 + "mypy>=1.13,<1.20", # pinned to old for python 3.8 'typing-extensions; python_version < "3.11"', "wheel", "griffe",