diff --git a/requirements.txt b/requirements.txt index 32ced29..2797be6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ numpy pillow>=8.2,<8.5; python_version == "3.6" pillow>=9.0,<9.6; python_version == "3.7" pillow>=10.0,<11.0; python_version == "3.8" -Pillow>=11.0.0; python_version >= "3.9" +Pillow>=12.2.0; python_version >= "3.9" codecov pytest-cov