From fa87992d9bc3b8764d5a1ef4307e0b8fc6e57bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 07:06:36 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from >=1.8 to >=2.3.1 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.8.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 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 5c11fa6..1e06118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "pytest>=7.0", "pytest-cov>=4.0", "ruff==0.15.19", - "mypy>=1.8", + "mypy>=2.3.1", "pyyaml>=6.0", ] yaml = ["pyyaml>=6.0"]