From faa9adad76921e8642b09a6e7b3ee17e22b8ea69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:11:40 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=3.0 to >=3,<5 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: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 12ade5db..ef5c2f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ testing = [ "numpy", "pandas", "pytest~=7.1", - "pytest-cov~=3.0", + "pytest-cov>=3,<5", "pytest-regressions", "pytest-param-files~=0.3.3", "sympy>=1.10.1",