From 3395a89e62c03e037ac13db1d8feb9caa5cd9db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:45:02 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 8.2.0 in /services/jobs Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.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/6.0.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/jobs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/jobs/requirements.txt b/services/jobs/requirements.txt index 3b92581..98a7c1c 100644 --- a/services/jobs/requirements.txt +++ b/services/jobs/requirements.txt @@ -34,4 +34,4 @@ wrapt==1.10.11 pytz==2018.7 GitPython==2.1.11 numpy==1.16.2 -Pillow==6.0.0 \ No newline at end of file +Pillow==8.2.0 \ No newline at end of file