From f003af0c8fd8d564432b5f8bbdb9b2938dce4973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 17:32:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to >=6.3.0,<6.4.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7e90269..2d522b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ coverage>=7.3.2,<8.0.0 pylint>=3.0.0,<4.0.0 pytest>=8.4.0,<8.5.0 -pytest-cov>=6.2.0,<6.3.0 +pytest-cov>=6.3.0,<6.4.0 pytest-rerunfailures>=3.1 responses>=0.23.3,<1.0.0 black>=25.1.0,<25.2.0