From 78ede56cb89ddfe4e586e639bef96d9376551df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:32:54 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.3.0 in /python Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.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/8.4.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_mac.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c47b6e5c..df93efbf 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -24,7 +24,7 @@ opencv-python; platform_machine == "aarch64" pytest==7.0.1 prometheus-client==0.12.0 pillow==8.4.0 ; python_version == "3.6" -pillow==9.0.0 ; python_version > "3.6" +pillow==9.3.0 ; python_version > "3.6" av==8.0.3; platform_machine != "aarch64" decord==0.4.2; platform_machine != "aarch64" SimpleITK; platform_machine != "aarch64" diff --git a/python/requirements_mac.txt b/python/requirements_mac.txt index 9281deff..9abe7243 100644 --- a/python/requirements_mac.txt +++ b/python/requirements_mac.txt @@ -20,5 +20,5 @@ sentencepiece; platform_machine == "aarch64" opencv-python==3.4.17.61; platform_machine != "aarch64" opencv-python; platform_machine == "aarch64" pillow==8.4.0 ; python_version == "3.6" -pillow==9.0.0 ; python_version > "3.6" +pillow==9.3.0 ; python_version > "3.6" -- GitLab