From 648b864d32ea5f128b409bb794d7d34134b2f2a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:14:03 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 8.2.0 in /tasks/R2R Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 8.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/4.3.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tasks/R2R/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/R2R/requirements.txt b/tasks/R2R/requirements.txt index 18ef47a..e0f6753 100644 --- a/tasks/R2R/requirements.txt +++ b/tasks/R2R/requirements.txt @@ -6,7 +6,7 @@ networkx==2.0 numpy==1.13.3 olefile==0.44 pandas==0.21.0 -Pillow==4.3.0 +Pillow==8.2.0 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.3