From c3608526c73109cc8bdc7ba5ceff71c1ef2718e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 06:44:18 +0300 Subject: [PATCH] Bump pillow from 9.0.0 to 9.0.1 in /utils/dicom_converter (#4446) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [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/9.0.0...9.0.1) --- 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 a2a81c73..a851a538 100644 --- a/utils/dicom_converter/requirements.txt +++ b/utils/dicom_converter/requirements.txt @@ -1,4 +1,4 @@ numpy==1.21.0 -Pillow==9.0.0 +Pillow==9.0.1 pydicom==2.1.2 tqdm==4.60.0