From ab0642a9304ee06ecaf72cee03c0468751b73df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:32:05 +0000 Subject: [PATCH] Update pytest-cov requirement from ==5.0.* to ==6.0.* in /requirements 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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index e2571f47..12a771b4 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -2,7 +2,7 @@ vcrpy==7.0.* pytest==8.3.* pytest-recording==0.13.* -pytest-cov==5.0.* +pytest-cov==6.0.* pytest-env==1.1.* pytest-html==4.1.* flake8==7.1.*