From ce50bfab615f8a89596801dfbd42ebea9930899d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:04:59 +0000 Subject: [PATCH] Update dependency pytest-cov to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 87e6a977..2b358cb4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3290,4 +3290,4 @@ tasks = ["Jinja2", "aiodns", "ansible-runner", "celery", "jmespath", "pottery"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "78df531067c992a2cad8e45f74fbe83dd74c98619004bfb352ba29e7173821b5" +content-hash = "dc211c604f1553394945477f222ea88c8f20de413847e14d79da5f791a053a1a" diff --git a/pyproject.toml b/pyproject.toml index e01e856f..5bf12235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ poetry = "^1.2.0" pottery = "^3" pytest = ">=6.2.5" pytest-asyncio = "^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.23.0 || ^0.24.0" -pytest-cov = "^3 || ^4 || ^5.0.0" +pytest-cov = "^3 || ^4 || ^5.0.0 || ^6.0.0" tox = "^3.24.4 || ^4.0.0" psycopg = "^3.0.16" pytest-postgresql = "^4.1.1 || ^5.0.0 || ^6.0.0"