From 4be3d21fdebf18b53532dc21f0d462319e5ddfa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 00:33:22 +0000 Subject: [PATCH] build(deps): bump pillow from 4.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.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/4.0.0...10.0.1) --- 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 d1176c980..1b58de2e4 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,6 @@ 'lfs-order-numbers >= 1.2, < 1.3', 'lfs-paypal >= 1.4, < 1.5', 'lfs-theme >= 0.11, < 0.12', - 'Pillow == 4.0', + 'Pillow == 10.0.1', ], )