diff --git a/requirements.txt b/requirements.txt index 4ec6abb8..072fdc6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ requests~=2.34.2; python_version >= "3.10" # Image generation Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported -Pillow~=12.2.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine +Pillow~=12.3.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine # Efficient image serialization numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported