From c6d54dd38fee9b23b10cccf7909335d168c10e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:07:58 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.3.0 in /src/logo_recog Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/logo_recog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logo_recog/requirements.txt b/src/logo_recog/requirements.txt index 5039885b..496efd40 100644 --- a/src/logo_recog/requirements.txt +++ b/src/logo_recog/requirements.txt @@ -2,7 +2,7 @@ requests tqdm sklearn scikit-learn -pillow==6.2.2 +pillow==9.3.0 tensorflow-gpu==1.15.0 keras==2.2.4 opencv-contrib-python==3.4.2.17