From e9b8d867f7599137108f7c05982e358794bcc130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:11:45 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 9.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/8.1.1...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c003723..4cf5e8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.15.1 scipy==1.1.0 nibabel==2.2.1 pytest-cov==2.6.0 -pillow==8.1.1 +pillow==9.0.1 cython==0.27.1 tensorflow==1.4.0 h5py==2.8.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 896bebd..b2ad2d8 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ author_email='ingo.marquardt@gmx.de', license='GNU General Public License Version 3', install_requires=['numpy==1.15.1', 'scipy==1.1.0', 'nibabel==2.2.1', - 'pillow==8.1.1', 'cython==0.27.1', + 'pillow==9.0.1', 'cython==0.27.1', 'tensorflow==1.4.0', 'h5py==2.8.0'], # setup_requires=['numpy'], keywords=['pRF', 'fMRI', 'retinotopy'],