From 8c414fb6a03199acd17a829fdbed93cf33710d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 22:34:03 +0000 Subject: [PATCH] Bump opencv-python from 4.6.0.66 to 4.7.0.72 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.6.0.66 to 4.7.0.72. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- WebPage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebPage/requirements.txt b/WebPage/requirements.txt index eeb0e2f..9c38ebd 100644 --- a/WebPage/requirements.txt +++ b/WebPage/requirements.txt @@ -5,7 +5,7 @@ bosdyn-choreography-client Django keyboard==0.13.5 numpy==1.23.3 -opencv_python==4.6.0.66 +opencv_python==4.7.0.72 Pillow==9.2.0 PyOpenGL==3.1.6 uvicorn==0.17.6