From 2125666be1a9566ac881c42998f29c81373f48bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 21:20:43 +0200 Subject: [PATCH] Bump pillow from 9.2.0 to 9.3.0 in /utils/dicom_converter (#5319) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.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/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 3d66ccef..76266e05 100644 --- a/utils/dicom_converter/requirements.txt +++ b/utils/dicom_converter/requirements.txt @@ -1,4 +1,4 @@ numpy==1.22.0 -Pillow==9.2.0 +Pillow==9.3.0 pydicom==2.1.2 tqdm==4.60.0