diff --git a/pyproject.toml b/pyproject.toml index 1cf5107..06695e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,13 @@ classifiers = [ [project.optional-dependencies] dev = [ "coverage>=6.2", - "pytest>=6.2.5", + "pytest>=7.0.1", "pytest-cov>=3.0.0", "stream-unzip>=0.0.86" ] ci = [ "coverage==6.2", - "pytest==6.2.5", + "pytest==7.0.1", "pytest-cov==3.0.0", "stream-unzip==0.0.86" ]