From 6438e91492a8d3daf9a14158aac7bf1fbca1c7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 16:09:49 -0500 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 (#2) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [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/9.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a8bd33..0f7fbd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ face-recognition==1.3.0 face-recognition-models==0.3.0 numpy==1.23.5 opencv-python==4.6.0.66 -Pillow==9.3.0 +Pillow==10.0.1 python-dotenv==0.21.0 urllib3==1.26.13 requests==2.31.0