From 9c0c8e8efc2b93ba8ccc329256e792a651606e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:25:36 +0000 Subject: [PATCH] Update mypy requirement from <2,>=1.17 to >=1.17,<3 in /controller 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] --- controller/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/pyproject.toml b/controller/pyproject.toml index b82db3f..81fba95 100644 --- a/controller/pyproject.toml +++ b/controller/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "httpx2>=2,<3", - "mypy>=1.17,<2", + "mypy>=1.17,<3", "pip-audit>=2.10,<3", "pytest>=9.0.3,<10", "pytest-cov>=6.2,<7",