From 3b457d2c36507309f2f3588bc697ca0da80cb9c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:23:27 +0000 Subject: [PATCH] Update pytest-cov requirement from <5.0.0,>=2.6.1 to >=2.6.1,<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/v2.6.1...v5.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 5734a035f..0fedf62ce 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,7 +5,7 @@ mypy>=1.0, <2.0 types-requests>=2.25.0, <3.0.0 # testing pytest>=5.3.5, <8.0.0 -pytest-cov>=2.6.1, <5.0.0 +pytest-cov>=2.6.1, <6.0.0 pytest-xdist>=1.28.0, <4.0.0 # for distributed testing, currently unused (see setup.cfg) pytest-lazy-fixture>=0.6.3, <0.7.0 pytest-custom_exit_code>=0.3.0 # for notebook tests