From 0f0ee82462a44c21546ce01cde4e188df143beab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 03:05:37 +0000 Subject: [PATCH] chore(deps): bump opencv-python-headless from 4.8.1.78 to 5.0.0.93 Bumps [opencv-python-headless](https://github.com/opencv/opencv-python) from 4.8.1.78 to 5.0.0.93. - [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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70b84f8f..c6505599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "PySide6==6.5.2", "vtk==9.3.1", "vedo==2023.4.7", - "opencv-python-headless==4.8.1.78", + "opencv-python-headless==5.0.0.93", "numpy==1.26.4", "scipy==1.14.1", "scikit-image==0.23.2",