From ecf7368d3e4dcdd7bf42c5bd7bd626c4e1cbc6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:56:48 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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/9.5.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e101a5d..4da8e1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ insightface==0.7.3 psutil==5.9.5 tk==0.1.0 customtkinter==5.1.3 -pillow==9.5.0 +pillow==10.3.0 torch==2.0.1+cu118; sys_platform != 'darwin' torch==2.0.1; sys_platform == 'darwin' torchvision==0.15.2+cu118; sys_platform != 'darwin'