From 28f5f9d92364a4d694a36ef2eaa599ca0cee82ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:18:49 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <2.0,>=1.11 to >=1.11,<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.11...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 cde81ee..d47c792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pytest-asyncio>=0.24,<2.0", "pytest-cov>=6.0,<8.0", "ruff>=0.6.0,<1.0.0", - "mypy>=1.11,<2.0", + "mypy>=1.11,<3.0", ] [project.urls]