From 71333fb56eecdeb672b2d2f4e6e4fe6eb6db7a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:47:18 +0000 Subject: [PATCH] chore(deps): Update pillow requirement 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.1.0...12.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.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 950483b..3b02fc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ loguru>=0.7.2,<1.0.0 beautifulsoup4>=4.12.0,<5.0.0 selenium>=4.15.0,<5.0.0 playwright>=1.40.0,<2.0.0 -pillow>=10.1.0,<11.0.0 +pillow>=10.1.0,<13.0.0 openpyxl>=3.1.0,<4.0.0 reportlab>=4.0.0,<5.0.0 schedule>=1.2.0,<2.0.0