From 3e65c150e3a7f83e72ed406380d07a603a45a9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:44:35 +0000 Subject: [PATCH] deps: update pillow requirement from >=10 to >=12.3.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...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.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 d6a64f9..1fc805e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ pywebview[cocoa]>=6.2 ; sys_platform == "darwin" pywebview[gtk]>=6.2 ; sys_platform == "linux" # Dessin de l'icone applicative, a la construction uniquement. -pillow>=10 +pillow>=12.3.0