From 63ea2f43d65af0c04d326df1b94bf39caf71870d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:40:52 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.0.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.1.0...9.0.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 8b2b883..252c0df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ansicolors==1.1.8 numpy==1.17.2 -Pillow==6.1.0 +Pillow==9.0.0 diff --git a/setup.py b/setup.py index c8aaf66..128f3ba 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=[ 'ansicolors==1.1.8', 'numpy==1.17.2', - 'Pillow==6.1.0', + 'Pillow==9.0.0', ], classifiers=[ "Programming Language :: Python :: 3",