From 7ecfc88df018b124a1e75044ccc3b456c2927048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 16:13:38 +0000 Subject: [PATCH] Bump pillow from 6.1 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.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/6.1.0...6.2.0) Signed-off-by: dependabot[bot] --- image_generation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_generation/requirements.txt b/image_generation/requirements.txt index 63b644f..8c1bb64 100644 --- a/image_generation/requirements.txt +++ b/image_generation/requirements.txt @@ -1,4 +1,4 @@ -pillow==6.1 +pillow==6.2.0 torch==1.3.1 torchvision==0.4.2 lmdb==0.98