From a2a01bd939e523d375fd64625f4970211eb912fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 25 Jul 2024 19:39:27 +0500 Subject: [PATCH] Update pytest from 7.1.2 to 8.3.2 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b9ac254..4bd2713 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ where=src [options.extras_require] test = - pytest==7.1.2 + pytest==8.3.2 coverage==6.4.2 [options.package_data] @@ -89,7 +89,7 @@ python = # for coverage to produce unified paths across all environments usedevelop = true deps = - pytest==7.1.2 + pytest==8.3.2 coverage==6.4.2 commands = python -m coverage run --rcfile {toxinidir}/setup.cfg -m pytest -v {posargs}