From 0c37b666964bb04b5949de83a34d8f820373b76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:52:31 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.3.0 in /python Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c50b4ee..bfe55f6 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ matplotlib==3.1.2 numpy==1.17.4 onnx==1.6.0 onnxruntime==1.0.0 -Pillow==6.2.1 +Pillow==9.3.0 protobuf==3.11.1 pyparsing==2.4.5 python-dateutil==2.8.1 diff --git a/python/requirements_gpu.txt b/python/requirements_gpu.txt index 38aa20b..a79cd00 100644 --- a/python/requirements_gpu.txt +++ b/python/requirements_gpu.txt @@ -5,7 +5,7 @@ numpy==1.17.4 onnx==1.6.0 onnxruntime==1.0.0 onnxruntime-gpu==1.0.0 -Pillow==6.2.1 +Pillow==9.3.0 protobuf==3.11.1 pyparsing==2.4.5 python-dateutil==2.8.1