From 1ca3b1cc2779187beb2af7bb765b69de603611fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:22:23 +0000 Subject: [PATCH] Update pytest-cov requirement from <6 to <7 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...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c67c0a..14aaecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ optional-dependencies.release = [ "twine<6", ] optional-dependencies.test = [ - "pytest-cov<6", + "pytest-cov<7", "pytest-mock<4", ] urls.Changelog = "https://github.com/crate/pytest-cratedb/blob/main/CHANGES.rst"