From e62088b027085ee95c811245d1a8adb5c050033d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:51:25 +0000 Subject: [PATCH] Bump pillow from 4.2.0 to 9.3.0 in /tutorial/Detect-Facial-Features Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.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/4.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tutorial/Detect-Facial-Features/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/Detect-Facial-Features/requirements.txt b/tutorial/Detect-Facial-Features/requirements.txt index 6da67cb..6f74051 100644 --- a/tutorial/Detect-Facial-Features/requirements.txt +++ b/tutorial/Detect-Facial-Features/requirements.txt @@ -10,4 +10,4 @@ dlib==19.4.0 numpy==1.13.1 numpydoc==0.6.0 opencv-python==3.2.0+contrib -Pillow==4.2.0 \ No newline at end of file +Pillow==9.3.0 \ No newline at end of file