From 4f665c708cd5cc6965c4cef0df856948fc6a1a8c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 22 Oct 2024 17:02:33 +0200 Subject: [PATCH] Pin tox to latest version 4.23.1 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..9a49504 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires = tests_require = pytest pytest-django - tox + tox==4.23.1 isort black flake8 @@ -53,7 +53,7 @@ include = tests = pytest pytest-django - tox + tox==4.23.1 isort black flake8