From 786fa2b9fa3533489e09bb83d6a4bdb16d6bc0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:06:05 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement from <5.1,>=4 to >=4,<6.1 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/v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 9618fdd..9c9512a 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -6,5 +6,5 @@ feedparser>=6.0.11,<6.1 jsonfeed-util>=1.1.2,<2 mkdocs-material[imaging]>=9 -pytest-cov>=4,<5.1 +pytest-cov>=4,<6.1 validator-collection>=1.5,<1.6