From 3cbb0368bad8db5d2b36d04ad433f3288d57bee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:16:06 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 10.3.0 in /python Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 10.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...10.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 c47b6e5c1..fb6f8d68b 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==10.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 9281deff1..e80906074 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==10.3.0 ; python_version > "3.6"