From dc50cd109071d309298f24bc824b75eefad95124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 21:54:40 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=1.15 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.15.0...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 3335af3..51675b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "pytest>=9.0.3", "pytest-cov>=6.1.0", "ruff>=0.11", - "mypy>=1.15", + "mypy>=2.1.0", "build>=1.2", "pip-audit>=2.7", "python-semantic-release>=9,<10",