From 3c13edc5516abe3ff7bc0f418dabbca4abd093e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:37:20 +0000 Subject: [PATCH] Update dependency pytest to v8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9eb7bb5..4e5259e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=['pyserial'], extras_require={ 'test': [ - 'pytest>=6,<8', + 'pytest>=8,<9', 'pytest-cov>=4,<5', 'pytest-asyncio==0.*', 'pytest-xdist==3.*',