From 7b064a56a637d980f85a2f2bf0470d1ce33137a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:09:28 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.0.0 in /services/jobs Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.0.0...9.0.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..f5a2aa5 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==9.0.0 \ No newline at end of file