From 4633165dd0bc7b6d12e4dea165328b7ed6c48c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:35:07 +0000 Subject: [PATCH] chore(deps): 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 c16b6f3..15fcc18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "black>=26.3.1", "isort>=8.0.1", "flake8>=7.3.0", - "mypy>=1.20.2", + "mypy>=2.0.0", "pre-commit>=4.6.0", "bandit>=1.9.4", "safety>=3.7.0",