diff --git a/setup.py b/setup.py index b025c1e..ccc9c66 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # What packages are optional? EXTRAS = { "dev": [ - "pytest==7.4.3", + "pytest==7.4.4", "pytest-cov==4.1.0", "pre-commit", "black",