From 8ae5455675b1ab195e3de5ea9b52c979fcb2c339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:01:28 +0900 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 in /python/ctrlboard (#1236) * Bump pillow from 9.3.0 to 10.0.1 in /python/ctrlboard Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.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.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/ctrlboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ctrlboard/requirements.txt b/python/ctrlboard/requirements.txt index 4eb9c68e..be85c311 100644 --- a/python/ctrlboard/requirements.txt +++ b/python/ctrlboard/requirements.txt @@ -2,7 +2,7 @@ #adafruit-circuitpython-framebuf==1.4.8 #adafruit-circuitpython-ssd1306==2.12.3 luma-oled==3.8.1 -Pillow==9.3.0 +Pillow==10.0.1 RPi.GPIO==0.7.0 protobuf==3.19.5 unidecode==1.3.2