From e7495f4b8932684b2a79d95515552e21256e43bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:38:28 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.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/10.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 536ae0b..b7688d1 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'nltk==3.8.1', 'numpy==1.24.4', 'pandas==2.0.3', - 'Pillow==10.0.0', + 'Pillow==10.0.1', 'pkgutil-resolve-name==1.3.10', 'Pypal==0.0.1', 'pyparsing==3.1.0',