From 75f2e2257b224350603350af24ce82544f3b8211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20August=C3=BDn?= Date: Mon, 29 Jan 2024 16:08:26 +0100 Subject: [PATCH] chore: pytest dependency relaxed to include v8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f5a0baf..23cb7d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ package_dir= packages=pytest_docker install_requires = - pytest >=4.0, <8.0 + pytest >=4.0, <9.0 attrs >=19.2.0 [options.extras_require]