From 6e9d1cdd712091adeaf01c5280a661f2983bb382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:40:04 +0000 Subject: [PATCH] deps: update pillow requirement from >=11.2.1 to >=11.3.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/11.2.1...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.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 4ef54f6..5a3ea74 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4>=4.14.3 minify-html>=0.18.1 cssmin>=0.2.0 rjsmin>=1.2.5 -Pillow>=11.2.1 +Pillow>=11.3.0 lxml>=5.4.0 urllib3>=2.6.3 python-dotenv>=1.2.1