From d5a2901b578345c394c91ff4d8625fd1affdd824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:24:09 +0000 Subject: [PATCH] Update mypy requirement from ~=1.13.0 to >=1.13,<1.19 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.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6005cd3..939bc542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,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.19", # pinned to old for python 3.8 'typing-extensions; python_version < "3.11"', "wheel", "griffe",