From 46ca43ee11a073f0854b4bc59d3d75d2df96e047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:13:55 +0300 Subject: [PATCH] Bump pillow from 5.3.0 to 6.2.0 in /utils/cli (#807) 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] --- utils/cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cli/requirements.txt b/utils/cli/requirements.txt index 65a8f1496a8..55fe4f56547 100644 --- a/utils/cli/requirements.txt +++ b/utils/cli/requirements.txt @@ -1,2 +1,2 @@ -Pillow==5.3.0 +Pillow==6.2.0 requests==2.20.1