repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rio: 0.0.36 -> 0.0.37
[NixPkgs.git]
/
pkgs
/
applications
/
misc
/
streamdeck-ui
/
update-pillow.patch
blob
88945586628f1871096f4d19d1644c805789e45d
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"