From 50c542411649bdab30546eb38370e0d492cbefb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:52:36 +0000 Subject: [PATCH] Bump opencv-python from 3.4.1.15 to 4.2.0.32 in /ndicom_server Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.1.15 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 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ndicom_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndicom_server/requirements.txt b/ndicom_server/requirements.txt index 96e24bc..fd28c99 100644 --- a/ndicom_server/requirements.txt +++ b/ndicom_server/requirements.txt @@ -2,7 +2,7 @@ Django==2.2.10 djangorestframework==3.8.2 jsonfield==2.0.2 numpy==1.14.3 -opencv-python==3.4.1.15 +opencv-python==4.2.0.32 Pillow==6.2.0 psycopg2-binary==2.7.4 pytz==2018.4