From 0311c91abf794d407f90d4081d7ea2b50307d87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 00:32:21 +0000 Subject: [PATCH] Bump pillow from 4.2.0 to 8.3.2 in /tutorial/Detect-Facial-Features Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.0 to 8.3.2. - [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/4.2.0...8.3.2) --- 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..a166633 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==8.3.2 \ No newline at end of file