From 45a45ef11088efd57836397e76b99f674cc92cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:15:47 +0000 Subject: [PATCH] Update mypy requirement from >=1.10.0 to >=2.3.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.10.0...v2.3.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 de2bbf5..c9f518d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "pytest-cov>=4.0.0", "respx>=0.23.1", "ruff>=0.4.0", - "mypy>=1.10.0", + "mypy>=2.3.0", "bandit[toml]>=1.9.4", "pip-audit>=2.10.0", "cyclonedx-bom>=4.0.0",