From 810842cb75fc5cd3f8856ac56585c1b4ac0622ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:23:05 +0000 Subject: [PATCH] Update opencv-python-headless requirement from <5,>=4.10 to >=4.10,<6 Updates the requirements on [opencv-python-headless](https://github.com/opencv/opencv-python) to permit the latest version. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless dependency-version: 5.0.0.93 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 0d677af..9ff54d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ dev = [ "pytest-cov", "paho-mqtt >=2,<3" ] -vision = ["opencv-python-headless >=4.10,<5"] +vision = ["opencv-python-headless >=4.10,<6"] mqtt = ["paho-mqtt >=2,<3"] # ### Tasks ###