From d5d5c2286879d63f5f2cfd88b16feb652b074bb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:39:36 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 6.2.0 in /rafiki Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.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.3.0...6.2.0) Signed-off-by: dependabot[bot] --- rafiki/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rafiki/requirements.txt b/rafiki/requirements.txt index 35aa1331..cd4167cd 100644 --- a/rafiki/requirements.txt +++ b/rafiki/requirements.txt @@ -1,6 +1,6 @@ requests==2.20.0 numpy==1.14.5 -Pillow==5.3.0 +Pillow==6.2.0 tqdm==4.28.1 msgpack==0.6.1 pandas==0.24.2