From 2a5ee73c1f5f58e0fef017ebee03280f29cafd12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:18:13 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.0.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/7.2.0...9.0.0) --- 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..c532714 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==9.0.0 pkg-resources==0.0.0 requests==2.24.0 simpleaudio==1.0.4 diff --git a/requirements.txt b/requirements.txt index 2479463..2703963 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Pillow==7.2.0 +Pillow==9.0.0 simpleaudio==1.0.4 coverage==5.1 pycodestyle==2.6.0