From 45872b0cf8277a49f10a4e9bf1a2c74d4c282dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 07:41:26 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.1.1 in /src/logo_recog Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.2...8.1.1) 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..3d975973 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==8.1.1 tensorflow-gpu==1.15.0 keras==2.2.4 opencv-contrib-python==3.4.2.17