From e03a625ae55e2501bb88caa8a7c285f1f97bfce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:34:21 +0000 Subject: [PATCH] Update pytest-cov requirement from <5 to <6 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 f35944c..94bdeea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ console_scripts = [options.extras_require] dev = pytest<9 - pytest-cov<5 + pytest-cov<6 pytest-xdist<4 [isort]