From 8bf75e1211fd2a9cb655140695b8dca2ce6646b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 1 Dec 2024 21:49:12 +0500 Subject: [PATCH] Update pytest from 7.1.2 to 8.3.4 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b9ac254..1a64319 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ where=src [options.extras_require] test = - pytest==7.1.2 + pytest==8.3.4 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.4 coverage==6.4.2 commands = python -m coverage run --rcfile {toxinidir}/setup.cfg -m pytest -v {posargs}