From edac65eafd534581da6e2d5e62158ade7ae39c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:42:10 +0000 Subject: [PATCH] Update pytest-cov requirement from <6.1,>=4.0 to >=4.0,<6.2 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.1.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 4aa2248..55cdb4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ Homepage = "https://github.com/MatthiasValvekens/certvalidator" async-http = ["aiohttp>=3.8,<3.12"] testing = [ "pytest>=6.1.1", - "pytest-cov>=4.0,<6.1", + "pytest-cov>=4.0,<6.2", "freezegun>=1.1.0", "aiohttp>=3.8,<3.12", "pytest-aiohttp>=1.0.4,<1.2.0",