From 91c3fe3147b64dfc1ed8c6575b062dd7f8fa0c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:06:56 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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.2...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 51a1726..ee5b5cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ natsort==5.5.0 numpy==1.16.2 packaging==20.3 pandas==1.0.3 -Pillow==6.2.2 +Pillow==9.3.0 pluggy==0.12.0 py==1.8.0 pylint==2.5.0 diff --git a/setup.py b/setup.py index 762f7d7..b04152e 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "numpy==1.16.2", "packaging==20.3", "pandas==1.0.3", - "Pillow==6.2.2", + "Pillow==9.3.0", "pluggy==0.12.0", "py==1.8.0", "pylint==2.5.0",