From 78a1e37d174cd91c483f249bf5aa8b359471a698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:25:48 +0000 Subject: [PATCH] Bump pillow from 4.2.1 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 to 6.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/4.2.1...6.2.0) 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 e5fa31a..d31f72f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Pillow==4.2.1 +Pillow==6.2.0 diff --git a/setup.py b/setup.py index e053325..a6b522f 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ # project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/technical.html#install-requires-vs-requirements-files - install_requires=['Pillow>=4.2.1,<=4.3.0'], + install_requires=['Pillow>=4.2.1,<6.3.0'], # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these