From 8d5f0fc474a6723874b1fa0a36265acd8887f54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 18:15:43 +0000 Subject: [PATCH] [pip] Update mypy requirement from ~=1.20.2 to ~=2.0.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.20.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 e88b851..2841dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ {include-group = "lint"}, ] lint = [ - "mypy~=1.20.2", + "mypy~=2.0.0", "pylint~=4.0.5", "pylint-pydantic~=0.4.1", ]