From 67f7a01edcb836a77204aa67fa0024aabe3c4691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:17:40 +0000 Subject: [PATCH] build(deps): bump pillow from 10.2.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.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/10.2.0...10.3.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 ac11d394..21d17a3e 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.2.0", + "pillow==10.3.0", "psutil==5.9.6", "pyphen==0.14.0", "regex==2023.10.3",