From 06ee5156a10f88ed8dc13d1584a9ceb08c1f0d5c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 30 Jan 2024 16:40:25 +0100 Subject: [PATCH] Pin pytest-django to latest version 4.8.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..5b30fcc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = glom tests_require = pytest - pytest-django + pytest-django==4.8.0 tox isort black @@ -52,7 +52,7 @@ include = [options.extras_require] tests = pytest - pytest-django + pytest-django==4.8.0 tox isort black