From 1db37b0afd002c345b3a3ebf202ae349ea444178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:46:18 +0000 Subject: [PATCH] Update pillow requirement from <10.1.0,>=9.0.1 to >=9.0.1,<10.4.0 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/9.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requeriments.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddf6071..5cdbfc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "csv>=0.0.0", "xmltodict", "toml>=0.10.0", - "pillow>=9.0.1,<10.1.0", + "pillow>=9.0.1,<10.4.0", "matplotlib>=3.5.2,<3.9.0", ] diff --git a/requeriments.txt b/requeriments.txt index 6cd1311..0f5fa8b 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -2,7 +2,7 @@ colorama~=0.4.5 psutil~=5.9.3 chardet>=5.0,<5.3 csv~=0.14.5 -pillow>=9.0.1,<10.1.0 +pillow>=9.0.1,<10.4.0 matplotlib>=3.5.2,<3.9.0 xmltodict~=0.13.0 toml~=0.10.2