at 23.11-beta 13 lines 322 B view raw
1diff --git a/pyproject.toml b/pyproject.toml 2index 0aff29e..4371616 100644 3--- a/pyproject.toml 4+++ b/pyproject.toml 5@@ -14,7 +14,7 @@ packages = [ 6 [tool.poetry.dependencies] 7 python = ">=3.8,<3.12" 8 streamdeck = "^0.9.3" 9-pillow = "^9.4.0" 10+pillow = "^10.0.0" 11 pynput = "^1.7.6" 12 pyside6 = "^6.4.2" 13 CairoSVG = "^2.5.2"