From e923dffda99f66e57d9a14f2e61ac95efdcabd99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:15:11 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.0.0 in /Zur/SocialDistancing Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 9.0.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.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Zur/SocialDistancing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zur/SocialDistancing/requirements.txt b/Zur/SocialDistancing/requirements.txt index f4e8fabf..988bb564 100644 --- a/Zur/SocialDistancing/requirements.txt +++ b/Zur/SocialDistancing/requirements.txt @@ -8,7 +8,7 @@ numpy==1.19.1 opencv-contrib-python==4.4.0.40 opencv-python==4.4.0.42 pandas==1.1.0 -Pillow==7.2.0 +Pillow==9.0.0 pyparsing==2.4.7 python-dateutil==2.8.1 pytz==2020.1