From b49ff954545308de084d97a3ee0d730f6ea3839c Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 26 Oct 2022 15:29:15 +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 dad57eea..ade65e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pendulum = "^2.1.2" [tool.poetry.group.test.dependencies] pytest = "^7.0.0" -pytest-cov = "^3.0" +pytest-cov = "^4.0" pytest-sugar = "^0.9.2" pytest-clarity = "^1.0.1" -- GitLab