From 474b3f4eb3272fb82cf1b336b46b4098385bf140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:23:37 +0000 Subject: [PATCH] build(deps): bump pillow from 9.5.0 to 10.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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/9.5.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c380460..8de215f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ IPy==1.01 m2r2==0.3.3.post2 numexpr==2.10.1 numpydoc==1.7.0 -Pillow==9.5.0 +Pillow==10.4.0 psutil==6.0.0 pyadl==0.1 pyamdgpuinfo==2.1.6; sys_platform == 'Linux'