From 4df3842f4b374ec85de6607f89230822b3ac8661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:08:43 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v6 --- tools/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index 1dc02884e..70453fce3 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -4,6 +4,6 @@ flake8>=6.0.0,<8 isort>=5.12.0,<6 mypy>=1.6.0,<2 pylint>=2.16.1,<4 -pytest-cov>=4.0.0,<6 +pytest-cov>=4.0.0,<7 pytest-xdist>=3.1.0,<4 pytest>=7.2.1,<9