diff --git a/pyproject.toml b/pyproject.toml index dae13b5..c211f5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ package = false [dependency-groups] test = [ - "pytest>=8.0,<10.0", + "pytest>=9.0.3,<10.0", "pytest-xdist>=3.6,<4.0", "pillow>=10.0,<13.0", ]