From ff947f192cc2b3ca289bf1f223f1041738a16d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:02:46 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.2.0 in /src/scielo/bin/xml Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.2.0. - [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.2...8.2.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..d14727840 100644 --- a/src/scielo/bin/xml/requirements.txt +++ b/src/scielo/bin/xml/requirements.txt @@ -1,2 +1,2 @@ -Pillow==6.2.2 +Pillow==8.2.0 packtools==2.6.4 diff --git a/src/scielo/bin/xml/setup.py b/src/scielo/bin/xml/setup.py index 6c81da0a7..a02332d1a 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,<8.3.0', ]