From 0aa9b3d468e9745d752fabb2b72a8e392df05bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:39:13 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.3.2. - [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.1.1...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a80239e..a97b61a 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ # - python image processing packages - "opencv-contrib-python==4.5.1.48", # "opencv-contrib-python>=4.2.0.34", - "Pillow==8.1.1", + "Pillow==8.3.2", "tifffile>=2020.2.16", "scikit-image==0.18.1", # - python numerical analysis packages -