From 118616e46400b2afc9ac79528f9f74974779376b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:13:20 -0500 Subject: [PATCH] Update dependency pytest-cov to v5 (#28) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed51571..802211d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'test': [ 'mypy==1.9.0', 'pytest>=8,<9', - 'pytest-cov>=4,<5', + 'pytest-cov>=5,<6', 'pytest-asyncio==0.*', 'ruff==0.3.0', 'types-pyserial',