From effb8a9614c711b3502b46d22074a7745f98da96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 13:23:40 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <3,>=2 to >=2.1.0,<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/v2.0.0...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 bde7237..082ac34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pytest-asyncio>=1,<2", "pytest-cov>=6,<8", "ruff>=0.15,<1", - "mypy>=2,<3", + "mypy>=2.1.0,<3", ] [tool.ruff]