From 4624ddec90c81c1d8df714678d7729b30e1b4faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:02:11 +0000 Subject: [PATCH] Bump pillow from 8.3.0 to 8.3.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.0 to 8.3.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.3.0...8.3.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-patch ... 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 cf578035..ba571ff8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ click==8.0.1 entrypoints==0.3 -Pillow==8.3.0 +Pillow==8.3.1 Sphinx==4.0.3 sphinx-rtd-theme==0.5.2 diff --git a/requirements.txt b/requirements.txt index 8ae51a46..559c6f9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ numpy==1.21.0 scipy==1.7.0 h5netcdf==0.11.0 h5py==3.3.0 -pillow==8.3.0 +pillow==8.3.1 loguru==0.5.3 tqdm==4.61.2