Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pyxel==1.9.0",
"python-vlc==3.0.16120",
"platformdirs==3.9.1",
"Pillow==12.1.1",
"Pillow==12.2.0",
# 2.0.2 is the last version of miniupnpc that was released in a .tar.gz format, allowing it to be built on UNIX
# systems. All releases since have been for Windows only. As such, we pin different versions for Windows and
# non-Windows machines.
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pyxel==2.5.11
python-vlc==3.0.16120
platformdirs==3.9.1
Pillow==12.1.1
Pillow==12.2.0
# 2.0.2 is the last version of miniupnpc that was released in a .tar.gz format, allowing it to be built on UNIX systems.
# All releases since have been for Windows only. As such, we pin different versions for Windows and non-Windows
# machines.
Expand Down
Loading