From 61404b95af85b41865b97d2e74aecd8b5f14061e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 3 Jul 2024 09:52:25 +0200 Subject: [PATCH] Pin tox to latest version 4.16.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..0017af7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires = tests_require = pytest pytest-django - tox + tox==4.16.0 isort black flake8 @@ -53,7 +53,7 @@ include = tests = pytest pytest-django - tox + tox==4.16.0 isort black flake8