From 2d8740470d89d911f5a38f3b53bf54d50766b742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 02:31:11 +0000 Subject: [PATCH] Update pytest-cov requirement from 3.0.0 to 4.0.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.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 47fd5191..076f6b97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ jsonschema = "^4.16.0" [tool.poetry.group.dev.dependencies] pytest = "^7.1.2" -pytest-cov = "^3.0.0" +pytest-cov = ">=3,<5" pytest-runner = "^6.0.0" nbval = "^0.10.0" requests-mock = "^1.10.0"