diff --git a/requirements.txt b/requirements.txt index 60b59c7..2fac486 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ PySimpleGUI==4.22.0 AnyTree==2.8.0 markdown-generator==0.1.3 PyYAML==5.3.1 -Pillow==7.2.0 \ No newline at end of file +Pillow==9.3.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 8f6ce1d..b6b8660 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "AnyTree==2.8.0", "markdown-generator==0.1.3", "PyYAML==5.3.1", - "Pillow==7.2.0", + "Pillow==9.3.0", ], entry_points=""" [console_scripts]