From c7bf1dad200efc996f24991aeda96589a60e630f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 18:12:57 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a2a100..0d77415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ source = "https://github.com/mistiru/odoo-orm" [dependency-groups] dev = [ "pytest-mock~=3.7", - "pytest-cov~=4.1", + "pytest-cov~=6.2", ] [build-system]