From 631a32fab41b3594158f151731e0d07deadf17d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 16:35:05 +0300 Subject: [PATCH] Bump pillow from 8.2.0 to 9.0.0 in /utils/dicom_converter (#4241) Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9ed6b39b..08b0ea55 100644 --- a/utils/dicom_converter/requirements.txt +++ b/utils/dicom_converter/requirements.txt @@ -1,4 +1,4 @@ numpy==1.20.2 -Pillow==8.2.0 +Pillow==9.0.0 pydicom==2.1.2 tqdm==4.60.0