From 7908444bc9d70c5a6575555573e8a4a2a1a1de93 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 28 Apr 2024 17:29:58 +0200 Subject: [PATCH] Pin pytest to latest version 8.2.0 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..2b5f2c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = requests glom tests_require = - pytest + pytest==8.2.0 pytest-django tox isort @@ -51,7 +51,7 @@ include = [options.extras_require] tests = - pytest + pytest==8.2.0 pytest-django tox isort @@ -69,7 +69,7 @@ release = # 3rd party configuration [aliases] -test=pytest +test=pytest==8.2.0 [isort] combine_as_imports = true