From 438ebce6484637871757f49b37f4b1cb893f30c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:26:55 +0000 Subject: [PATCH] :arrow_up: Update pillow requirement from ~=10.0.1 to ~=10.1.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.0.1...10.1.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 1f621657..ca85010f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Python packages requirements -Pillow~=10.0.1 # Image generation +Pillow~=10.1.0 # Image generation pyserial~=3.5 # Serial linl to communicate with the display numpy~=1.24.4 # Efficient image serialization PyYAML~=6.0.1 # For themes files