From 9f4634cb8a75e186cc84a2db5ae324c97857bf87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:54:19 +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 7bf0383c..e25c7fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ actions = [ ] dev = [ "flit >=3.2.0,<4.0.0", - "mypy >=1.0.0,!=1.20.2,<1.21", + "mypy >=1.0.0,!=1.20.2,<2.2", "pip-audit >=2.4.4,<3.0.0", "pylint >=3.0.0,<4.1.0", "perflint >=0.8.0,<1.0.0",