From 555c842d3e174ecdc81e380798dc68a6e9698c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:02:21 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.1.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.0.0...10.1.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 ed431f6d..ce3029aa 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ click==8.1.7 entrypoints==0.4 -Pillow==10.0.0 +Pillow==10.1.0 Sphinx==7.2.2 furo==2023.8.17 ipython==8.14.0 diff --git a/requirements.txt b/requirements.txt index 4fff60dc..68021921 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ numpy==1.25.2 scipy==1.11.2 h5netcdf==1.2.0 h5py==3.9.0 -pillow==10.0.0 +pillow==10.1.0 loguru==0.7.0 tqdm==4.66.1