diff --git a/pyproject.toml b/pyproject.toml index 199c4686a..98ec77b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "sortedcontainers == 2.4.0", # Oct 4 2023, used by platform batch light system "terminaltables == 3.1.10", # Oct 4 2023, used for the service CLI "uvloop == 0.17.0; platform_system!='Windows'", # Oct 4 2023, msin asyncio loop - "Pillow == 9.5.0" # Nov 4 2023. Asciimatics needs Pillow > 2.7, but latest 10.x breaks kivy for now (fix due in 2.3), so we pin to latest working Pillow for now. + "Pillow == 10.1.0" # Nov 4 2023. Asciimatics needs Pillow > 2.7, but latest 10.x breaks kivy for now (fix due in 2.3), so we pin to latest working Pillow for now. ] dynamic = ["version"]