diff --git a/pyproject.toml b/pyproject.toml index c068004..09aa792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. diff --git a/requirements.txt b/requirements.txt index 99ea74c..61c0fb2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.