From 98b704281e62f53c64659cffb97832908a5087ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:17:54 +0000 Subject: [PATCH] Deps: Update pytest-cov requirement from ~=4.1.0 to >=4.1,<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.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd3de06..043b911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "ruff >=0.1.9", "mypy ~=1.8.0", "pytest ~=7.4.3", - "pytest-cov ~=4.1.0", + "pytest-cov >=4.1,<5.1", "types-PyYAML ~=6.0.0", ]