From c31e39d71393f9e457a2a1bbdce5f3ed4850c40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 18:43:28 +0000 Subject: [PATCH] Update mypy requirement from <2.0.0,>=1.11.0 to >=1.11.0,<3.0.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.11...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 7ccbfcd..fe0dc45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ dev = [ "pytest>=8.0.0", "ruff>=0.6.0", - "mypy>=1.11.0,<2.0.0", + "mypy>=1.11.0,<3.0.0", "pre-commit>=3.0.0", ]