From 5afdb7072c22b7a319a4056b3adc035b1b16034e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:01:27 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from <2,>=1.17 to >=1.17,<3 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.17.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 aff29f8..0f01256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ dev = [ "bandit>=1.8.6,<2", "build>=1.3,<2", - "mypy>=1.17,<2", + "mypy>=1.17,<3", "pytest>=8.4,<10", "pytest-cov>=6.2,<8", "ruff>=0.12,<1",