From 4f64d0211b40885e6ddfc06efbe60ba04e6f1e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 10:57:59 +0000 Subject: [PATCH] Bump pillow from 8.4.0 to 9.0.0 in /python Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 9.0.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.0.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 f272a54f..0b2dd4e7 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -22,5 +22,5 @@ opencv-python==4.3.0.38; platform_machine != "aarch64" 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.0.0 ; python_version > "3.6" diff --git a/python/requirements_mac.txt b/python/requirements_mac.txt index df197930..4657ea4a 100644 --- a/python/requirements_mac.txt +++ b/python/requirements_mac.txt @@ -17,4 +17,4 @@ ujson>=2.0.3 grpcio-tools==1.33.2 grpcio>=1.33.2 sentencepiece==0.1.83 -pillow==8.4.0 +pillow==9.0.0 -- GitLab