From ff7bf3583a5d30750b41783100111f574a502464 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 08:46:03 +0000 Subject: [PATCH] [Security] Bump pillow from 5.1.0 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 6.2.0. **This update includes a security fix.** - [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...6.2.0) 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..914bb58 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==6.2.0 # 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..b8d46a1 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==6.2.0 # 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