From 5f87429658ae03e14479ce8c74e0487a903b6c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:30:35 +0000 Subject: [PATCH] Update pillow requirement from <10.2,>=9.5 to >=9.5,<10.4 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/9.5.0...10.3.0) --- updated-dependencies: - dependency-name: pillow 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 6ec8d63..29cb3c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ 'midi_const~=0.1.0', '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>=9.5,<10.2', + 'Pillow>=9.5,<10.4', ] license = { file = 'LICENSE' } authors = [