diff --git a/pyproject.toml b/pyproject.toml index b538de0e..fdcb980a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ docs = [ ] tests = [ "numpy==2.4.3 ; sys_platform == 'linux' and python_version == '3.13'", - "pillow==12.1.1 ; sys_platform == 'linux' and python_version == '3.13'", + "pillow==12.2.0 ; sys_platform == 'linux' and python_version == '3.13'", "pytest==9.0.2", "pytest-cov==7.1.0", "pytest-rerunfailures==16.1",