diff --git a/setup.py b/setup.py index 6441c519..12b60544 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ EXTRAS_REQUIRE = { "tests": [ - "pytest==8.0.1", + "pytest==8.0.2", "pytest-cov==4.1.0", "coverage==7.4.1", "werkzeug==3.0.1",