From de9acd66e0b08bb431fbf1e6b4dee2131500e5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 00:02:20 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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/9.5.0...10.0.1) --- 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 7388154c0..8b93339fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ IPy==1.01 m2r2==0.3.3.post2 numexpr==2.8.4 numpydoc==1.5.0 -Pillow==9.5.0 +Pillow==10.0.1 psutil==5.9.5 pyadl==0.1 pyamdgpuinfo==2.1.4; sys_platform == 'Linux'