From b1bf729a477412f40d7c31e6f416ebf4e62228a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:38:43 +0000 Subject: [PATCH] Chore(deps): 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 0a5e268..7d2acf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ release = [ test = [ "psutil==5.9.8", "pytest<9", - "pytest-cov<6", + "pytest-cov<7", ] [project.scripts] mlflow-cratedb = "mlflow_cratedb.cli:cli"