From 73af53c3af7428d697bb0a478a9f77549117b85d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:54:34 +0000 Subject: [PATCH] chore(deps): bump pillow from 5.2.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.3.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.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..0fdfcdc 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==9.3.0 redis==3.0.1 diff --git a/setup.py b/setup.py index cd426bd..e833fd5 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==9.3.0', 'redis==3.0.1' ]