From 4cdd21b171adb4a4aae76d95d86cab910b438b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:36:19 +0300 Subject: [PATCH] Bump numpy from 1.20.2 to 1.21.0 in /utils/dicom_converter (#4243) Bumps [numpy](https://github.com/numpy/numpy) from 1.20.2 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.20.2...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikita Manovich --- utils/dicom_converter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/dicom_converter/requirements.txt b/utils/dicom_converter/requirements.txt index 08b0ea55..a2a81c73 100644 --- a/utils/dicom_converter/requirements.txt +++ b/utils/dicom_converter/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.20.2 +numpy==1.21.0 Pillow==9.0.0 pydicom==2.1.2 tqdm==4.60.0