From f364237117228922f77d944ceb5df460cfa9a290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:20:12 -0700 Subject: [PATCH] build(deps): bump opencv-python-headless (#115) Bumps [opencv-python-headless](https://github.com/opencv/opencv-python) from 4.7.0.72 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-headless dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demos/image_classification_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/image_classification_example/requirements.txt b/demos/image_classification_example/requirements.txt index 9b238bb..e1df621 100644 --- a/demos/image_classification_example/requirements.txt +++ b/demos/image_classification_example/requirements.txt @@ -2,6 +2,6 @@ numpy==1.23.5 grpcio==1.53.2 tensorflow==2.12.1 tensorflow-serving-api==2.11.1 -opencv-python-headless==4.7.0.72 +opencv-python-headless==4.8.1.78 paho-mqtt==1.6.1 bentoml==1.2.5 \ No newline at end of file