diff --git a/setup.py b/setup.py index d9b2b108..9984173e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # What packages are optional? EXTRAS = { "dev": [ - "pytest==8.0.1", + "pytest==8.0.2", "pytest-cov==4.1.0", "pre-commit", "black",