diff --git a/setup.py b/setup.py index e7bc54a1..def05ba7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ EXTRAS_REQUIRE = { "tests": [ - "pytest==7.4.3", + "pytest==7.4.4", "pytest-cov==4.1.0", "coverage==7.3.4", "werkzeug==3.0.1",