From e19fb24a3d4179768ee1201565b49547124b38b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:38:11 +0000 Subject: [PATCH] [noissue]: Update pillow requirement from <10.2,>=7.0 to >=7.0,<10.3 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/7.0.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] (cherry picked from commit 7778e645f564da721edd2e0096ff982c77c45e60) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8997f20e1..9142ea650 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ async_lru>=1.0,<2.1 galaxy_importer>=0.4.5,<0.5 GitPython>=3.1.24,<3.2 -jsonschema>=4.9,<4.20 -Pillow>=7.0,<10.2 +jsonschema>=4.9,<4.21 +Pillow>=7.0,<10.3 pulpcore>=3.40.0,<3.55 PyYAML>=5.4.1,<7.0 semantic_version>=2.9,<2.11