diff --git a/setup.py b/setup.py index f3ee8fe..0d694d1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ plugin_license = "AGPLv3" # Any additional requirements besides OctoPrint should be listed here -plugin_requires = ["Pillow>=10.0.1"] +plugin_requires = ["Pillow>=9.5.0"] ### -------------------------------------------------------------------------------------------------------------------- ### More advanced options that you usually shouldn't have to touch follow after this point