From 5b27a6c60335dab4a394f478c69b5e31b8b4f99b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:20:13 +0000 Subject: [PATCH] build(deps): bump pillow from 9.5.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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/9.5.0...10.3.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 e5311007..279fe2b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ IPy==1.01 m2r2==0.3.3.post2 numexpr==2.10.0 numpydoc==1.7.0 -Pillow==9.5.0 +Pillow==10.3.0 psutil==5.9.8 pyadl==0.1 pyamdgpuinfo==2.1.6; sys_platform == 'Linux'