From 99124b11c28cc4476bc816f58d0a97d3f4251d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:11:16 +0000 Subject: [PATCH] Bump pillow from 4.2.0 to 8.1.1 in /tutorial/Detect-Facial-Features Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.0 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/4.2.0...8.1.1) 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..26a844e 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.1.1 \ No newline at end of file