From b6640d0cb637398e9ef766cf0eba7915aea55d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:19:37 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 (#127) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 77288d8..5c277ed 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,6 +7,6 @@ sphinx_design==0.3.0 numpy>=1.21.6 pigpio==1.78 -Pillow==9.3.0 +Pillow==10.0.1 readchar==4.0.3 tqdm==4.64.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 39a9e3c..47e193b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.21.6 pigpio==1.78 -Pillow==9.3.0 +Pillow==10.0.1 readchar==4.0.3 tqdm==4.64.1 pytest==7.0.1