From 4a4711c8390fb96edfc6c5ce9f22c829d1bbe338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:42:44 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement 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/v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d80cf01..d541402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ isort = "^5.12.0" pre-commit = ">=3.3.3,<5.0.0" pysen = ">=0.10.5,<0.12.0" pytest = ">=7.4,<9.0" -pytest-cov = ">=4.1,<6.0" +pytest-cov = ">=4.1,<7.0" pytest-xdist = "^3.3.1" [build-system]