From 4bed1ff3b4f3c33293829ff43a9e73a710e4f046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:20:37 +0000 Subject: [PATCH] build(deps): bump pillow from 10.1.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 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.1.0...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 7bce2843..ac11d394 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def _get_version() -> str: "importlib_resources==1.0.2", "lxml==4.9.3", "natsort==8.4.0", - "pillow==10.1.0", + "pillow==10.2.0", "psutil==5.9.6", "pyphen==0.14.0", "regex==2023.10.3",