From 486a1b2adab6e7b7202334b844004e266c13f62e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 9 Dec 2023 16:19:39 +0100 Subject: [PATCH] Pin isort to latest version 5.13.0 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..7c64e40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ tests_require = pytest pytest-django tox - isort + isort==5.13.0 black flake8 @@ -54,7 +54,7 @@ tests = pytest pytest-django tox - isort + isort==5.13.0 black flake8 pep8 = flake8