From c7febacf7c56836378b64190f52007c198ad504a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:05:15 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.3.2 in /src/scielo/bin/xml Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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/6.2.2...8.3.2) --- 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..8e5b8582d 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.3.2 packtools==2.6.4 diff --git a/src/scielo/bin/xml/setup.py b/src/scielo/bin/xml/setup.py index 6c81da0a7..8bdc98f63 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.4.0', ]