From 6a3f25536ca4c53510d8a01757f47bd057f94d2d Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 26 Oct 2022 15:28:51 +0200 Subject: [PATCH] Bump pytest-cov to v4 To fix deprecation warnings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f019694..15b7f7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mnemonic = "^0.19" [tool.poetry.group.test.dependencies] pytest = "^7.1.2" -pytest-cov = "^3.0.0" +pytest-cov = "^4.0.0" pytest-sugar = "^0.9.4" pytest-clarity = "^1.0.1" -- GitLab