From 9a544dcecd021cdc0e4dd650e0cde46867c2a2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:54:31 +0000 Subject: [PATCH] update pytest-cov requirement from >=4.0 to >=7.1.0 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...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31d8a44..c6cc66a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pydantic>=2.0", "joserfc>=0.9", "pytest>=7.0", - "pytest-cov>=4.0", + "pytest-cov>=7.1.0", "ruff>=0.4.0", "pytest-asyncio>=0.23", "pyright>=1.1", @@ -38,7 +38,7 @@ dev = [ ] test = [ "pytest>=7.0", - "pytest-cov>=4.0", + "pytest-cov>=7.1.0", ] [tool.setuptools.packages.find]