From f2b764d7222c42319759d64f5a4f613149bfaa11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:10:21 +0000 Subject: [PATCH] Update pytest-cov requirement from <=5.0.0 to <=6.0.0 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...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e992b5bb8..19690b05e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ flake8<=7.1.1 pyright==1.1.387 pytest<=8.3.3 pytest-asyncio<0.25.0 -pytest-cov<=5.0.0 +pytest-cov<=6.0.0 freezegun<1.6.0 pyupgrade<3.20.0 isort<5.14.0