From 95d51a05bd63011d46d0e0d558f299218b201d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:12:19 +0000 Subject: [PATCH] Bump opencv-python-headless from 4.0.0.21 to 4.1.1.26 Bumps [opencv-python-headless](https://github.com/skvark/opencv-python) from 4.0.0.21 to 4.1.1.26. - [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..1426d04 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.1.1.26", ], )