diff --git a/setup.cfg b/setup.cfg index b9ac254..83fd57f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ where=src [options.extras_require] test = - pytest==7.1.2 + pytest==8.3.3 coverage==6.4.2 [options.package_data] @@ -89,7 +89,7 @@ python = # for coverage to produce unified paths across all environments usedevelop = true deps = - pytest==7.1.2 + pytest==8.3.3 coverage==6.4.2 commands = python -m coverage run --rcfile {toxinidir}/setup.cfg -m pytest -v {posargs}