From 80fa12116de0ce079b19f0e59693e16a7745ae06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:29:08 +0000 Subject: [PATCH] Bump pillow from 8.1.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 9.3.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.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0232640..1183612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ kiwisolver==1.3.1 ; python_version >= '3.6' matplotlib==3.3.4 numpy==1.20.1 pbr==5.5.1 ; python_version >= '2.6' -pillow==8.1.0 ; python_version >= '3.6' +pillow==9.3.0 ; python_version >= '3.6' pipenv-to-requirements==0.9.0 pipenv==2020.11.15 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pyparsing==2.4.7 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'