From fdfecc2e31992193b887497040c7a781bea436b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:53:15 +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 d2af1c3..22db7c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ packaging==16.8 pbr==3.0.1 pexpect==4.2.1 pickleshare==0.7.4 -Pillow==8.2.0 +Pillow==9.3.0 prompt-toolkit==1.0.14 ptyprocess==0.5.1 pyparsing==2.2.0 diff --git a/setup.py b/setup.py index 150f2a5..f48d7d1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'Topic :: Multimedia :: Graphics', ], install_requires=[ - 'Pillow==8.2.0', + 'Pillow==9.3.0', ], entry_points={ 'console_scripts': [