Skip to content

Commit 0f91ff0

Browse files
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](python-pillow/Pillow@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] <[email protected]>
1 parent b2f4c92 commit 0f91ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
'midi_const~=0.1.0',
2424
'mido~=1.3.0', # FIXME: currently using custom 1.2.11a1 with EOX, running status and delta time support
2525
'python-rtmidi~=1.5.5', # While it's mido's default backend, we explicitly require it for some features.
26-
'pillow~=11.0.0',
26+
'pillow>=11.0,<11.3',
2727
]
2828
license = { file = 'LICENSE' }
2929
authors = [

0 commit comments

Comments
 (0)