From 1d48ffca2b976a1411d6cf42020f9574addc006e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 07:45:16 +0100 Subject: [PATCH] :arrow_up: Bump pillow from 10.1.0 to 10.2.0 (#566) --- 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 20e67c4f..c77587b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ numpy==1.26.3 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