From ff066b1a10bea4d23f86c7ac7e54a56a12ec755a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:12:52 +0000 Subject: [PATCH] Bump pillow from 7.0.0 to 9.3.0 in /recommend_service Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.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/7.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- recommend_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recommend_service/requirements.txt b/recommend_service/requirements.txt index c692cef..1abd2e9 100644 --- a/recommend_service/requirements.txt +++ b/recommend_service/requirements.txt @@ -5,7 +5,7 @@ pandas==1.0.1 scikit-learn==0.22.2 scikit-surprise==1.1.0 eyeD3==0.9.3 -pillow==7.0.0 +pillow==9.3.0 Flask==1.1.1 PyMySQL==0.9.3 requests==2.23.0