From 1f7a81b88a43101bbe19334a6e83967b7068dc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:41:45 +0000 Subject: [PATCH] Bump opencv-python from 4.8.0.76 to 4.8.1.78 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.8.0.76 to 4.8.1.78. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9efbdf002..6f62a461a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "h5py==3.9.0", "scipy==1.10.1", - "opencv-python==4.8.0.76", + "opencv-python==4.8.1.78", "deepdiff==6.3.1", "matplotlib==3.7.2", "numpy>=1.22.2,<1.25.0",