diff --git a/pyproject.toml b/pyproject.toml index ea7c1a3..34661a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ starcraft-hello = "starcraft:hello" [project.optional-dependencies] dev = [ "coverage[toml]==7.2.2", - "pytest==7.2.2", + "pytest==7.3.1", "pytest-cov==4.0.0", "pytest-mock==3.10.0", ]