From fa6542d91a6335275b68d92b12928c3f2276c70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 21:37:20 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.0.0 in /requirements (#1462) * Bump pillow from 9.5.0 to 10.0.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.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/9.5.0...10.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Bump max version --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart --- pyproject.toml | 2 +- requirements/required.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34061912e..5107822c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ # numpy 1.19.3+ required by Python 3.9 wheels "numpy>=1.19.3,<2", # pillow 8+ required for Python 3.9 wheels - "pillow>=8,<10", + "pillow>=8,<11", # pyproj 3+ required for Python 3.9 wheels "pyproj>=3,<4", # rasterio 1.2+ required for Python 3.9 wheels diff --git a/requirements/required.txt b/requirements/required.txt index 8009c15a7..2544079e8 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -9,7 +9,7 @@ lightly==1.4.10 lightning==2.0.4 matplotlib==3.7.1 numpy==1.25.0 -pillow==9.5.0 +pillow==10.0.0 pyproj==3.6.0 rasterio==1.3.8 rtree==1.0.1