From eb0e2e79776cdfad9baa2d46ed75c475a2f0f19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:07:03 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement 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 c15a4fa..d82f52c 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",