From 26e106c9ad870a2781f6df2e89556db0571f39c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 13:02:54 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <2,>=1.15 to >=1.15,<3 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.15.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 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 dcf598f..d13fa34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ rocm = [ [dependency-groups] dev = [ "dprint-py>=0.57.0.0", - "mypy>=1.15,<2", + "mypy>=1.15,<3", "pytest>=8.3.3,<8.4.0", "pytest-cov", ]