From 1c26193d485a2d9d556aeb9b4b36647337419711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 08:13:04 +0000 Subject: [PATCH] Bump pillow from 5.4.1 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 9.0.1. - [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.4.1...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-zanhu.txt | 2 +- requirements.txt | 2 +- requirements/base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-zanhu.txt b/requirements-zanhu.txt index 3e0ae43..ba195d9 100644 --- a/requirements-zanhu.txt +++ b/requirements-zanhu.txt @@ -87,7 +87,7 @@ packaging==19.1 parso==0.5.1 pexpect==4.7.0 pickleshare==0.7.5 -Pillow==6.1.0 +Pillow==9.0.1 pluggy==0.12.0 prompt-toolkit==2.0.9 psycopg2-binary==2.8.3 diff --git a/requirements.txt b/requirements.txt index fc3c26c..abdc140 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ django-taggit==1.1.0 channels-redis==2.3.3 awesome-slugify==1.6.5 argon2-cffi==19.1.0 -pillow==5.4.1 +pillow==9.0.1 python3-openid==3.1.0 requests-oauthlib==1.2.0 requests==2.21.0 diff --git a/requirements/base.txt b/requirements/base.txt index 85ed3ee..a376fb4 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ pytz==2019.2 # https://github.com/stub42/pytz python-slugify==3.0.3 # https://github.com/un33k/python-slugify -Pillow==6.1.0 # https://github.com/python-pillow/Pillow +Pillow==9.0.1 # https://github.com/python-pillow/Pillow rcssmin==1.0.6 # https://github.com/ndparker/rcssmin argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi redis==3.3.8 # https://github.com/antirez/redis