From e408609eede0d7a8a84bf71b0357b3bbfb423b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 09:44:34 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement 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.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 fb69973a..365e49a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=1.0.0,!=1.20.2,<1.21", + "mypy !=1.20.2,>=2.1.0,<2.2", "pip-audit >=2.4.4,<3.0.0", "pylint >=4.0.0,<4.1.0", "cyclonedx-bom >=7.0.0,<8.0.0",