From ff4e8f4e4be989109eaf848c5af00d3651525f6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:54:42 +0000 Subject: [PATCH] Bump pillow from 8.2.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.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.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5bf8678..b800e28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ h5py==2.9.0 matplotlib==2.2.4 numpy==1.16.5 opencv-python==4.1.0.25 -Pillow==8.2.0 +Pillow==9.3.0 pybullet==2.6.5 python-pcl PyYAML==5.1.2 diff --git a/setup.py b/setup.py index d518093..11072e0 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'matplotlib==2.2.4', 'numpy==1.16.5', 'opencv-python==4.1.0.25', - 'Pillow==8.2.0', + 'Pillow==9.3.0', 'python-pcl', 'PyYAML==5.1.2', 'scikit-learn==0.20.4',