From d4fb2f821b1c6485815a5dcc1501252229925994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 17:16:34 +0000 Subject: [PATCH] deps: update mypy requirement from >=1.18.0 to >=2.1.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/v1.18.1...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 8dfe2a3..e012a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ audit = [ dev = [ "ruff>=0.15.0", - "mypy>=1.18.0", + "mypy>=2.1.0", ] [tool.pytest.ini_options]