From f537ad71ed6831c5c1a3f0205dfcddab0074e03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 20:29:59 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 6.2.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 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/5.1.0...6.2.0) Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d30b515..89ae41e 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -16,7 +16,7 @@ decorator==4.3.0 # via validators idna==2.7 # via requests img2pdf==0.2.4 natsort==5.3.3 -pillow==5.1.0 # via img2pdf +pillow==6.2.0 # via img2pdf requests==2.20.0 six==1.11.0 # via validators tqdm==4.23.4