From c86d23b361f0dda3686b74357c341f0b914f0408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:48:50 +0000 Subject: [PATCH] Bump opencv-python-headless from 4.0.0.21 to 4.2.0.32 Bumps [opencv-python-headless](https://github.com/skvark/opencv-python) from 4.0.0.21 to 4.2.0.32. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e4ced2..56a5982 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,6 @@ "numpy>=1.16.3", "kubernetes >= 9.0.0", "Pillow == 7.0.0", - "opencv-python-headless==4.0.0.21", + "opencv-python-headless==4.2.0.32", ], )