diff --git a/pyproject.toml b/pyproject.toml index 1d0ed208..e3c1cdcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Multimedia :: Video", ] dependencies = [ - "pillow==11.3.0", + "pillow==12.2.0", "pint==0.25.1", # min python version 3.11 "gpxpy==1.6.1", "fitdecode==0.10.0", diff --git a/requirements.txt b/requirements.txt index 0ee1476c..9dc16c6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # for drawing text/images -pillow==11.3.0 +pillow==12.2.0 # pint for unit conversion pint==0.22 # for drawing little map