From b102f427f781cb6995a51c3b729912cbfb3f0d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 23:28:46 +0000 Subject: [PATCH] Bump opencv-contrib-python from 4.8.0.76 to 4.8.1.78 Bumps [opencv-contrib-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-contrib-python dependency-version: 4.8.1.78 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-docker.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f43882c..843ae5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] dependencies = [ "numpy==1.25.2", - "opencv-contrib-python==4.8.0.76", + "opencv-contrib-python==4.8.1.78", "bottle>=0.13.4", "requests>=2.32.5", ] diff --git a/requirements-docker.txt b/requirements-docker.txt index c1d2a22..01b425e 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -18,7 +18,7 @@ idna==3.11 # via requests numpy==1.25.2 # via opencv-contrib-python -opencv-contrib-python==4.8.0.76 +opencv-contrib-python==4.8.1.78 requests==2.32.5 urllib3==2.6.3 # via requests