From b776e2f4fc2a999002aa364fce608e6b0ae0a6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:29:29 +0000 Subject: [PATCH] :arrow_up: Update pillow requirement from ~=10.2.0 to ~=10.3.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cfd3ece..9a97481c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Python packages requirements -Pillow~=10.2.0 # Image generation +Pillow~=10.3.0 # Image generation pyserial~=3.5 # Serial link to communicate with the display PyYAML~=6.0.1 # For themes files psutil~=5.9.8 # CPU / disk / network metrics