From 54e0230bebcd5c6b0077d67e9b99132466bf8379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 19:55:26 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 8.1.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/6.2.0...8.1.1) 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 a36a34d..81436be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ jupyter==1.0.0 opencv-python==3.3.0.10 pyyaml ghalton==0.6 -Pillow==6.2.0 +Pillow==8.1.1 progress h5py Cython==0.27 diff --git a/setup.py b/setup.py index 35547a0..4ddd57c 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run_tests(self): install_requires=[ 'numpy>=1.11.1', 'pandas', 'matplotlib==2.2.3', 'SharedArray==3.0.0', 'click==6.6', 'scikit-image==0.12.3', 'scikit-learn==0.18.2', 'six==1.10.0', 'setuptools==28.8.0', - 'ghalton==0.6', 'Pillow==6.2.0', 'progress', 'opencv-python==3.3.0.10', 'pyyaml', + 'ghalton==0.6', 'Pillow==8.1.1', 'progress', 'opencv-python==3.3.0.10', 'pyyaml', 'portpicker', 'scipy==0.19.1', 'cython==0.27', 'pydensecrf==1.0rc3', 'bokeh>=1.0.4', 'prettytable' ],