From bc6992b9f45c05973abde6497e291dea43f1f084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 06:43:06 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from ~=1.13 to >=1.13,<3.0 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...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.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 0b0f790a..09e37818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "ruff", "build", "debugpy", - "mypy ~=1.13", + "mypy >=1.13,<3.0", "pytest == 9.0.3", "pytest-cov >= 6.0.0, < 8.0.0", "pytest-asyncio >= 0.25.0, < 2.0.0",