From 8c0d8ba539d71be89ea27667f2008cc15dc33b80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:46:51 +0000 Subject: [PATCH] chore(deps): 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 77c824bb..c455b885 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1949,4 +1949,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "281ddcaf802bfc91f4b8e7a959dfa33b468be11af833b42439fbaa8a58cce78e" +content-hash = "dd6f06b3c30446e54715d404e63bfd282fd9ef2809eacad2adafd7eaf1c7b75b" diff --git a/pyproject.toml b/pyproject.toml index c3db55da..e0aab932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ rq = "^1.10.1 || ^2.0.0" [tool.poetry.dev-dependencies] pytest = "^7.1.3 || ^8.0.0" -pytest-cov = "^4.1.0 || ^5.0.0" +pytest-cov = "^4.1.0 || ^5.0.0 || ^6.0.0" pytest-mock = "^3.8.1" ruff = "^0.2.0 || ^0.3.0 || ^0.6.0 || ^0.7.0" tox = "^4.0.0"