From 2984a40f45078837bf9edac28eaf91b48e7585e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:06:55 +0000 Subject: [PATCH] Update pytest-cov requirement from ^4.0.0 to >=4,<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/v4.0.0...v5.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 b8363058..6654578d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ jsonschema = "^4.16.0" [tool.poetry.group.dev.dependencies] pytest = "^7.3" -pytest-cov = "^4.0.0" +pytest-cov = ">=4,<6" nbval = "^0.10.0" requests-mock = "^1.10.0" hypothesis = "^6.75"