From 4e1554636909520207781824c81ce763b81b4f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 23:30:26 +0000 Subject: [PATCH] Bump pillow from 7.0.0 to 10.3.0 in /src/display/display_server Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.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/7.0.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/display/display_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display/display_server/requirements.txt b/src/display/display_server/requirements.txt index 44e4d29d..e3afa687 100644 --- a/src/display/display_server/requirements.txt +++ b/src/display/display_server/requirements.txt @@ -1,3 +1,3 @@ inky==1.3.1 -Pillow==7.0.0 +Pillow==10.3.0 numpy==1.23.4 \ No newline at end of file