From ac18834d36cb8f4acfa758741ed77c8f7af8e051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:56:38 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 9.0.1 in /lambda Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.0.1. - [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/6.1.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/requirements.txt b/lambda/requirements.txt index 68b76ab..a2ae125 100644 --- a/lambda/requirements.txt +++ b/lambda/requirements.txt @@ -10,7 +10,7 @@ greengrasssdk==1.4.0 idna==2.8 jmespath==0.9.4 kiwisolver==1.1.0 -Pillow==6.1.0 +Pillow==9.0.1 playsound==1.2.2 pydub==0.23.1 pyparsing==2.4.2