diff --git a/pyproject.toml b/pyproject.toml index d65d3f01..a12ea35c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] requires-python = ">=3.8" dependencies = [ - "pytest>=7.0.0", + "pytest>=8.4.2", "gitpython", "docker", "tqdm",