rio: 0.0.36 -> 0.0.37
[NixPkgs.git] / pkgs / applications / misc / streamdeck-ui / update-pillow.patch
blob88945586628f1871096f4d19d1644c805789e45d
1 diff --git a/pyproject.toml b/pyproject.toml
2 index 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"