From 2df185ef13254a26c5bf49eccff4e45b229f23ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:21:33 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.0.0 in /src/scielo/bin/xml Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.0.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/6.2.2...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/scielo/bin/xml/requirements.txt | 2 +- src/scielo/bin/xml/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scielo/bin/xml/requirements.txt b/src/scielo/bin/xml/requirements.txt index b4bcf8158..8da3d7ce5 100644 --- a/src/scielo/bin/xml/requirements.txt +++ b/src/scielo/bin/xml/requirements.txt @@ -1,2 +1,2 @@ -Pillow==6.2.2 +Pillow==9.0.0 packtools==2.6.4 diff --git a/src/scielo/bin/xml/setup.py b/src/scielo/bin/xml/setup.py index 6c81da0a7..6622f08cc 100644 --- a/src/scielo/bin/xml/setup.py +++ b/src/scielo/bin/xml/setup.py @@ -16,7 +16,7 @@ INSTALL_REQUIRES = [ 'packtools>=2.6.4', - 'Pillow~=6.2.2', + 'Pillow>=6.2.2,<9.1.0', ]