From d8c50b9c861a5619258fa48ca1eca7d05a5e5ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:37:24 +0000 Subject: [PATCH] chore(deps): Update pytest-cov requirement from <6,>=4 to >=4,<7 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab66980bd..02a74cb41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "pylsp-rope >=0.1,<0.2", "pytest >=7.1,<9.0", "pytest-asyncio >=0.20,<0.25", - "pytest-cov >=4,<6", + "pytest-cov >=4,<7", "python-lsp-server >=1.5,<2.0", "reuse >=4.0,<5.0", "ruff >=0.8.0",