From dc2ef913ef11ed58dc054c932aa866d85327ae4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:14:31 +0000 Subject: [PATCH] Bump pillow from 10.0.1 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.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/10.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da4641c..781ec4f 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "tesserocr==2.6.1", "pygame-textinput==1.0.1", "pyperclip==1.8.2", - "Pillow==10.0.1", + "Pillow==10.2.0", "chromadb==0.4.9" ], entry_points={