diff --git a/pyproject.toml b/pyproject.toml index 55a9f865..2bd805c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ starcraft-hello = "starcraft:hello" [project.optional-dependencies] dev = [ - "pytest==7.0.0", + "pytest==7.2.1", "pytest-cov==4.0.0", "pytest-mock==3.10.0", ]