From 1ec6d7e9b44b766328bce19d965815f5e28609cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:41:07 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 8.2.0 in /python Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.1...8.2.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..5ba7797 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==8.2.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..5d8267f 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==8.2.0 protobuf==3.11.1 pyparsing==2.4.5 python-dateutil==2.8.1