From f87e645068110c8916ef86593a29ee452276bc5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:19:34 +0000 Subject: [PATCH] Bump pillow from 8.2.0 to 9.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.1.0. - [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.2.0...9.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5848eb6..e8a55eed7 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ 'fits2image==0.4.3', 'Markdown==3.3.4', # django-rest-framework doc headers require this to support Markdown 'numpy~=1.20', - 'pillow==8.2.0', + 'pillow==9.1.0', 'plotly~=5.0', 'python-dateutil~=2.8', 'requests~=2.25',