diff --git a/pyproject.toml b/pyproject.toml index 6cc6484b..aa214936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ security = ["bandit>=1.8.3,<2", "safety>=3.3.1,<4"] test = [ "GitPython>=3.1,<3.2", - "Pillow>=10.4.0,<11.3", + "Pillow>=10.4.0,<11.4", "pytest-cov>=4,<7", "validators>=0.29.0,<0.36", ]