From baec258ecf3503e6a33e873b5d6ffd8ab6d910b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 16:25:12 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 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/4.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 8ac33c972d1..e446109f647 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ pandas scikit-image # pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG, # this is a workaround to the issue. -pillow==4.1.1 +pillow==9.3.0 wget