diff --git a/pyproject.toml b/pyproject.toml index c175871..f29cb12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ PyYAML = "^6.0.1" charset-normalizer = "^3.3.2" [tool.poetry.group.test.dependencies] -pytest = ">=7.3.1,<9.0.0" +pytest = ">=9.0.3,<9.1.0" pytest-icdiff = ">=0.8,<0.10" tox = "^4.11.4"