From f7c6ce343df954cbacecfadf12f3093c1acfbcfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 06:25:11 +0000 Subject: [PATCH] Bump pillow from 8.2.0 to 10.3.0 in /Face-Detection-Tracking Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 10.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/8.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Face-Detection-Tracking/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Face-Detection-Tracking/requirements.txt b/Face-Detection-Tracking/requirements.txt index 75887d9..ab63edd 100644 --- a/Face-Detection-Tracking/requirements.txt +++ b/Face-Detection-Tracking/requirements.txt @@ -6,6 +6,6 @@ streamlit==0.79.0 numba==0.53.1 filterpy==1.4.5 opencv_python_headless==4.5.1.48 -Pillow==8.2.0 +Pillow==10.3.0 scikit_learn==0.24.2 skimage==0.0