From 72ae8bfd6ac9df42edc05ed531a53a975d8ba60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 07:32:38 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=2.1.0 to >=2.2.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/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 ee0b3bf..67ba4d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dev = [ "pytest>=8.4.0", "pytest-mock>=3.15.1", "ruff>=0.15.17", - "mypy>=2.1.0", + "mypy>=2.2.0", ] [tool.ruff]