From 3e0b229e9ce0422c3405fe164276ad7e68318f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:43:58 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 10.0.1 in /src/scielo/bin/xml Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 10.0.1. - [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...10.0.1) --- 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..7a6112f0a 100644 --- a/src/scielo/bin/xml/requirements.txt +++ b/src/scielo/bin/xml/requirements.txt @@ -1,2 +1,2 @@ -Pillow==6.2.2 +Pillow==10.0.1 packtools==2.6.4 diff --git a/src/scielo/bin/xml/setup.py b/src/scielo/bin/xml/setup.py index 6c81da0a7..57a157954 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,<10.1.0', ]