From 6bfd9c6b3cf4bc4ed0e92c45a7497a844cf890a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:08:02 +0000 Subject: [PATCH] Update pytest-cov requirement from <5.0,>=4.0 to >=4.0,<6.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/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f79f06e..70eb527 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,6 +3,6 @@ pytest>=3.0,<9 coverage>=6.3,<8 setuptools_scm>=7.0,<9.0 tox>=2.5,<4.0 -pytest-cov>=4.0,<5.0 +pytest-cov>=4.0,<6.0 mypy>=1.9,<2 build>=1.2,<2