From 8f72a09619dfb78ac938e99090b0d8afa55a2a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:37:10 +0000 Subject: [PATCH] :arrow_up: Bump pillow from 10.1.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.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/10.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 02d28f8f..27058f44 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ click==8.1.7 entrypoints==0.4 -Pillow==10.1.0 +Pillow==10.2.0 Sphinx==7.2.6 furo==2023.9.10 ipython==8.19.0 diff --git a/requirements.txt b/requirements.txt index 21cd1b65..24eb064d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ numpy==1.26.2 scipy==1.11.4 h5netcdf==1.3.0 h5py==3.10.0 -pillow==10.1.0 +pillow==10.2.0 loguru==0.7.2 tqdm==4.66.1