From 51c0b7b6fcbf4ec8475cf232ccf76817d127b731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:52:56 +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 dd4e5b3..5459dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # (extra name kept as `webcam` for backward compatibility; covers all-sky too.) webcam = [ 'aiohttp>=3.9', - 'opencv-python-headless>=4.10,<5', + 'opencv-python-headless>=4.10,<6', ] [dependency-groups]