From 7713d152f3c136264f579d1fb11a5b81eb1fdd0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:22:34 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 9.3.0 in /SongEmotionModel/cloudfunction Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 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/7.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SongEmotionModel/cloudfunction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SongEmotionModel/cloudfunction/requirements.txt b/SongEmotionModel/cloudfunction/requirements.txt index b0d4130..866b7ab 100644 --- a/SongEmotionModel/cloudfunction/requirements.txt +++ b/SongEmotionModel/cloudfunction/requirements.txt @@ -1,4 +1,4 @@ -Pillow==7.1.2 +Pillow==9.3.0 torch==1.5.1 torchvision==0.6.1 matplotlib==3.1.1