From 51cf44eb2e547b46767ed8a956cc874c79b27fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:59:56 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.0.1 in /src/logo_recog Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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.2.2...9.0.1) --- 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..6f58b20c 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.0.1 tensorflow-gpu==1.15.0 keras==2.2.4 opencv-contrib-python==3.4.2.17