diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1fb60682..408e9a7d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -155,8 +155,8 @@ repos: additional_dependencies: - types-docutils - lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report` - - pytest < 8 - - Sphinx >= 5.3.0, < 6 + - pytest + - Sphinx >= 5.3.0 args: - --python-version=3.8 - --txt-report=.tox/.tmp/.mypy/python-3.8 diff --git a/requirements/pytest.txt b/requirements/pytest.txt index a3577a505..b9c84e064 100644 --- a/requirements/pytest.txt +++ b/requirements/pytest.txt @@ -1,2 +1,2 @@ -pytest==8.3.2; python_version >= "3.8" +pytest==8.3.2 pytest-cov==5.0.0