From 4290170e6cab9183c0a76b95e6fe8164e5fa6d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:00:11 +0000 Subject: [PATCH] Bump opencv-python from 4.5.3.56 to 4.8.1.78 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.5.3.56 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 ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4204b8..4faad04 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ packages=['barcode_reader'], install_requires=[ 'numpy==1.21.2', - 'opencv-python==4.5.3.56' + 'opencv-python==4.8.1.78' ], zip_safe=False )