From 3a7983ecfbd6681003a18763e650bca0cbbd76a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 17:54:06 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 6.2.0 in /src/KD Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0.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.0.0...6.2.0) Signed-off-by: dependabot[bot] --- src/KD/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KD/requirements.txt b/src/KD/requirements.txt index 5561789..f58da07 100644 --- a/src/KD/requirements.txt +++ b/src/KD/requirements.txt @@ -1,6 +1,6 @@ scipy==1.0.0 numpy==1.14.0 -Pillow==5.0.0 +Pillow==6.2.0 tabulate==0.8.2 tensorflow==1.7.0rc0 torch==0.3.0.post4