From 8d2d7bb8e01b6735aa8363204a180bf5485d14a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2020 20:06:48 +0300 Subject: [PATCH] Bump pillow from 6.2.0 to 7.1.2 in /cvat/requirements (#1690) Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 7.1.2. - [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.2.0...7.1.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- cvat/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index 2281d6e5..e3fcf9b3 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -6,7 +6,7 @@ django-cacheops==4.0.6 django-compressor==2.2 django-rq==2.0.0 EasyProcess==0.2.3 -Pillow==6.2.0 +Pillow==7.1.2 numpy==1.16.2 python-ldap==3.0.0 pytz==2018.3