From d3688c6defa97e9ce6eac62ecfacfe6258fbbeb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:40:00 +0000 Subject: [PATCH] deps: update pillow requirement from >=10.0.0 to >=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/10.0.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72c7ade..6eb3be5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests>=2.31.0 beautifulsoup4>=4.12.0 lxml>=4.9.4 -Pillow>=10.0.0 +Pillow>=10.4.0