From 0ae80527521352ce54e230a6be5ff60aa2b43fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:16:05 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 10.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.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.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b4bd5b..053f937 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def readme(): "pytest-cov==5.0.0", "pytest-mock==3.12.0", "pytest-xdist==3.6.1", - "Pillow==10.3.0", + "Pillow==10.4.0", "tensorflow_datasets>=3.1.0,<4.9.0", ], },