From e1be60004dfc24f44b5dfbd8db988b531c946675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:04:55 +0000 Subject: [PATCH] fix(deps): update pytest-cov requirement from <7,>=2 to >=2,<8 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/v2.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 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 4367cf2..794e074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middlew dependencies = [ "docutils>=0,<1", "pdoc3>=0.11.5", - "pytest-cov>=2,<7", + "pytest-cov>=2,<8", "twine>=4,<7", "black>=23,<26", "idna>=3"