From 74403a7c56bb845354c82e4e293874267547f0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:22:55 +0000 Subject: [PATCH] chore(deps-dev): Bump mypy from 2.1.0 to 2.2.0 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.2.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b19a7ee8..1835d483 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ optional-dependencies.dev = [ "furo==2025.12.19", "hadolint-bin==2.14.0; sys_platform!='win32'", "interrogate==1.7.0", - "mypy[faster-cache]==2.1.0", + "mypy[faster-cache]==2.2.0", "mypy-strict-kwargs==2026.5.20.1", "prek==0.4.8", "pydocstringformatter==1.0.0",