From b347393bf3f616cc244180a80ee36ec932835097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:55:32 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <2,>=1.18.2 to >=1.18.2,<3 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.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.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 83b5161f3..a77a6dc02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ lint = [ "ruff>=0.14.9,<1", - "mypy>=1.18.2,<2", + "mypy>=1.18.2,<3", "typing-extensions>=4.15.0,<5", ]