From 0b4ca7eb0c4a604e8913fc0161a2d05cc2454cad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 21:28:14 +0300 Subject: [PATCH] Bump pillow from 7.1.2 to 7.2.0 in /cvat/requirements (#1828) Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 7.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/7.1.2...7.2.0) 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 fae9a95f..b6fd124d 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -6,7 +6,7 @@ django-cacheops==5.0 django-compressor==2.4 django-rq==2.0.0 EasyProcess==0.3 -Pillow==7.1.2 +Pillow==7.2.0 numpy==1.18.5 python-ldap==3.3.1 pytz==2020.1