From 0a33fe77103756a18b9adbcb5937ecd15d78e011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:21:37 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 233e205..a8e568f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ parso==0.8.3 pathspec==0.11.0 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==9.4.0 +Pillow==10.0.1 platformdirs==3.0.0 pluggy==1.0.0 pre-commit==3.0.4 diff --git a/test_requirements.txt b/test_requirements.txt index bd79854..c242bee 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -11,7 +11,7 @@ networkx==3.0 numpy==1.24.2 osqp==0.6.2.post8 packaging==23.0 -Pillow==9.4.0 +Pillow==10.0.1 pluggy==1.0.0 PyWavelets==1.4.1 qdldl==0.1.5.post3