From e5fad2fcc6a711c1509e0fdde7d1b86fde0ae00c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 17:06:23 +0000 Subject: [PATCH] [Security] Bump pillow from 5.1.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 8.1.1. **This update includes security fixes.** - [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/5.1.0...8.1.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 77d121c..7315dad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pytz==2018.4 # https://github.com/stub42/pytz python-slugify==1.2.5 # https://github.com/un33k/python-slugify -Pillow==5.1.0 # https://github.com/python-pillow/Pillow +Pillow==8.1.1 # https://github.com/python-pillow/Pillow argon2-cffi==18.1.0 # https://github.com/hynek/argon2_cffi redis>=2.10.5 # https://github.com/antirez/redis diff --git a/requirements/base.txt b/requirements/base.txt index d19bcf4..734b894 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ pytz==2018.4 # https://github.com/stub42/pytz python-slugify==1.2.5 # https://github.com/un33k/python-slugify -Pillow==5.1.0 # https://github.com/python-pillow/Pillow +Pillow==8.1.1 # https://github.com/python-pillow/Pillow argon2-cffi==18.1.0 # https://github.com/hynek/argon2_cffi redis>=2.10.5 # https://github.com/antirez/redis