From dd94dd8c8538e92b4ced1fa1e00700efdd135eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:28:09 -0800 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /python/ctrlboard (#1005) * Bump pillow from 9.0.1 to 9.3.0 in /python/ctrlboard Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.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/9.0.1...9.3.0) --- 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 ff8476b2..4eb9c68e 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.0.1 +Pillow==9.3.0 RPi.GPIO==0.7.0 protobuf==3.19.5 unidecode==1.3.2