From ba74fedd484a6185f9f1e189efec9dac6f6f0bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:14:16 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement from <4.2,>=4 to >=4,<5.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...v5.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 6a08a347..ce4c5053 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -3,5 +3,5 @@ GitPython>=3.1,<3.2 Pillow>=10.2,<10.3 -pytest-cov>=4,<4.2 +pytest-cov>=4,<5.1 validators>=0.20,<0.23