From 826a4aa974a576224e2bc5e307f5d4e6d0e4297b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:52:03 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f9314f..62b0dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = { file = "LICENSE" } [project.optional-dependencies] docs = ["toml~=0.10.2", "sphinx>=5,<9", "sphinx-rtd-theme>=1.0,<3.1"] -test = ["pytest>=7.4,<9.0", "pytest-cov>=4,<6"] +test = ["pytest>=7.4,<9.0", "pytest-cov>=4,<7"] lint = ["pylint>=2.17,<3.4"] [tool.setuptools] @@ -29,7 +29,7 @@ dev-dependencies = [ "sphinx>=5,<9", "sphinx-rtd-theme>=1.0,<3.1", "pytest>=7.4,<9.0", - "pytest-cov>=4,<6", + "pytest-cov>=4,<7", "pylint>=2.17,<3.4", "nada-mir-proto[dev]", "tomli",