From 7482ae10d91e591d38fd46732b354d1f3e97023a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:17 +0000 Subject: [PATCH] deps: update pillow requirement from >=10.0.0 to >=10.4.0 in /config 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] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index dd3805b..f9163d7 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4>=4.12.0 minify-html>=0.18.0 cssmin>=0.2.0 rjsmin>=1.2.2 -Pillow>=10.0.0 +Pillow>=10.4.0 lxml>=4.9.0 urllib3>=2.0.0 python-dotenv>=1.0.0