diff --git a/setup.py b/setup.py index 0a338e3..6542fa5 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ reqs = [] extras_require = { - "test": ["pytest~=6.2", "pytest-cov~=3.0", "coverage-badge~=1.0"], + "test": ["pytest~=7.0", "pytest-cov~=3.0", "coverage-badge~=1.0"], "hook": ["pre-commit~=2.15"], "lint": ["isort~=5.9", "black~=23.0", "pyproject-flake8~=0.0.1a2", "darglint~=1.8"], "docs": ["mkdocs-material~=8.1", "mkdocstrings~=0.16", "mike~=1.1"],