From 4b6d6334c2648f8fdb3a9e736dd5aa32ad2d10d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:39:14 +0000 Subject: [PATCH] chore(deps): bump pillow from 5.2.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 8.1.1. - [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.2.0...8.1.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index babfb1a..deab6d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ graypy==0.2.14 idna==2.6 multidict==3.3.2 yarl==0.17.0 -pillow==5.2.0 +pillow==8.1.1 redis==3.0.1 diff --git a/setup.py b/setup.py index cd426bd..c383ec9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ 'aiohttp==2.3.7', 'asyncio==3.4.3', 'graypy==0.2.14', - 'pillow==5.2.0', + 'pillow==8.1.1', 'redis==3.0.1' ]