From 70e51dc2e09a90b6b6f04b75c532a13cca04840d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 02:29:11 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.3.2. - [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/7.2.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- localCode/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/localCode/requirements.txt b/localCode/requirements.txt index 55427b3..147d2c6 100644 --- a/localCode/requirements.txt +++ b/localCode/requirements.txt @@ -1,7 +1,7 @@ certifi==2020.6.20 chardet==3.0.4 idna==2.10 -Pillow==7.2.0 +Pillow==8.3.2 pkg-resources==0.0.0 requests==2.24.0 simpleaudio==1.0.4 diff --git a/requirements.txt b/requirements.txt index 2479463..188c9af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pillow==7.2.0 +Pillow==8.3.2 simpleaudio==1.0.4 coverage==5.1 pycodestyle==2.6.0