From 72f74eb62578a4b2836ab53146366332e7bc9fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 22:37:11 +0000 Subject: [PATCH] build(deps): bump pillow from 9.5.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.2.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.2.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 9356c2dbc..57b0246b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ IPy==1.01 m2r2==0.3.3.post2 numexpr==2.8.8 numpydoc==1.5.0 -Pillow==9.5.0 +Pillow==10.2.0 psutil==5.9.5 pyadl==0.1 pyamdgpuinfo==2.1.6; sys_platform == 'Linux'