From ef488dba8cb50fed90741969bf7b06b618af6e2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 23:31:55 +0000 Subject: [PATCH] Update mypy requirement from <2,>=1.11 to >=1.11,<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.11...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 9ac2da9..9d6d4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "pytest>=8,<9", "pytest-cov>=5,<7", "ruff>=0.6,<1", - "mypy>=1.11,<2", + "mypy>=1.11,<3", "pre-commit>=3.8,<5", ]