From 00a2ab7eb34fa226eb18973b206367bd24aa7e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:30:30 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 9.0.0 in /Python/Pipenv Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.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/5.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- Python/Pipenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Pipenv/requirements.txt b/Python/Pipenv/requirements.txt index 2f844ef3e..098ea4e69 100644 --- a/Python/Pipenv/requirements.txt +++ b/Python/Pipenv/requirements.txt @@ -1,4 +1,4 @@ Django==2.2.13 django-crispy-forms==1.7.2 -Pillow==5.2.0 +Pillow==9.0.0 pytz==2018.5