From 734f8baeb429c29c9e19427b5dca2773ea27b0ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 14:57:36 +0200 Subject: [PATCH] chore(deps): update dependency pytest-cov to >=4.0.0,<4.2 (#2562) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 1354ab50b..e42fb4310 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -4,6 +4,6 @@ flake8>=6.0.0,<6.1 isort>=5.12.0,<5.13 mypy==1.3.0 pylint>=2.16.1,<2.18 -pytest-cov>=4.0.0,<4.1 +pytest-cov>=4.0.0,<4.2 pytest-xdist>=3.1.0,<3.4 pytest>=7.2.1,<7.4