From 16067225c202c0fd3f774fedeb8cc29c6f9007c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:22:00 +0000 Subject: [PATCH] Bump pillow from 9.2.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.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.2.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1bed1dc..1625b05 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ 'matplotlib==3.5.3', 'numpy==1.23.2', 'packaging==21.3', - 'Pillow==9.2.0', + 'Pillow==10.0.1', 'pyFirmata==1.1.0', 'pyparsing==3.0.9', 'pyserial==3.5',