From 2463280908cffc684b05967dfb449290d8caa4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:31:11 +0000 Subject: [PATCH] Update pytest-cov requirement from <5.1,>=4.0 to >=4.0,<6.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.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 7f3e5da8..9971b62b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ testing-basic = [ "freezegun>=1.1.0", "pytest-asyncio==0.24.0", "certomancer==0.12.*", - "pytest-cov>=4.0,<5.1", + "pytest-cov>=4.0,<6.1", "backports.zoneinfo[tzdata];python_version<\"3.9\"", ] testing = [ @@ -96,7 +96,7 @@ live-test = [ "pytest-aiohttp~=1.0.4", "certomancer-csc-dummy==0.3.0", "certomancer[web-api]==0.12.*", - "pytest-cov>=4.0,<5.1", + "pytest-cov>=4.0,<6.1", ] mypy = [ "pyHanko[pkcs11,xmp,opentype,image-support,async-http,extra-pubkey-algs,etsi]",