diff --git a/pyproject.toml b/pyproject.toml index 4d3833d..ed39ad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ - "pytest>=8.0", + "pytest>=9.1.1", "ruff>=0.4", ] webhook = [ diff --git a/requirements-test.txt b/requirements-test.txt index e0ac78d..bf7ae7c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ -pytest>=8.0 +pytest>=9.1.1 PyYAML>=6.0 jsonschema>=4.0 \ No newline at end of file