From b2884ebf8e78dd66c73e72bb5b512ade2e5bf816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:38:59 +0000 Subject: [PATCH] Update pytest requirement from <8.0,>=6.1 to >=6.1,<9.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.0...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 535855c..28f4730 100644 --- a/setup.cfg +++ b/setup.cfg @@ -60,7 +60,7 @@ dev = mypy >= 0.790 pre-commit pydocstyle >= 5.1,< 7.0 - pytest >= 6.1,< 8.0 + pytest >= 6.1,< 9.0 pytest-cov sphinx >= 3.3 sphinx_compas_theme ~= 0.11