From 39efe16dc8ad6f6233147238af4b3d2f0c35c42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:24:05 +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: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 8fcc7ea7..9d8bd224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,7 +140,7 @@ test = [ "cratedb-toolkit[testing]", "pueblo[dataframe]", "pytest<9", - "pytest-cov<5", + "pytest-cov<6", "pytest-mock<4", "responses<0.25", "testcontainers-azurite==0.0.1rc1",