From 19b7b20a7c65e71db824c5ca24043ab11c3a7a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 20:20:36 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 6.2.0 in /tests/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.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.1.1...6.2.0) Signed-off-by: dependabot[bot] --- tests/requirements/requirements_base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/requirements_base.txt b/tests/requirements/requirements_base.txt index 376c17c..a751d68 100644 --- a/tests/requirements/requirements_base.txt +++ b/tests/requirements/requirements_base.txt @@ -1,5 +1,5 @@ dj_database_url==0.4.2 jsonfield==2.0.1 -pillow==4.1.1 +pillow==6.2.0 psycopg2==2.7.3 six==1.10.0