From ce0e0fc6395a18e8bf803dec28a0551bba6b7e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 23:29:11 +0000 Subject: [PATCH] Update pillow requirement from ~=11.0.0 to >=11.0,<11.3 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.0.0...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a95e006..26d191c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ 'midi_const~=0.1.2', 'mido~=1.3.0', # FIXME: currently using custom 1.2.11a1 with EOX, running status and delta time support 'python-rtmidi~=1.5.5', # While it's mido's default backend, we explicitly require it for some features. - 'pillow~=11.0.0', + 'pillow>=11.0,<11.3', ] license = { file = 'LICENSE' } authors = [