From e276166632c6cab584a5182b6728b7ca5ec4019f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:00:25 +0900 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 in /python/oled (#1235) * Bump pillow from 9.3.0 to 10.0.1 in /python/oled 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/oled/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/oled/requirements.txt b/python/oled/requirements.txt index 3f97cda2..8ea5d44c 100644 --- a/python/oled/requirements.txt +++ b/python/oled/requirements.txt @@ -1,4 +1,4 @@ adafruit-circuitpython-ssd1306==2.12.11 -Pillow==9.3.0 +Pillow==10.0.1 protobuf==3.20.2 unidecode==1.3.6