From 5c9dae6efa0b54e20a7ee01b6f86dc9c5d1ca34a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Jul 2023 15:15:05 +0200 Subject: [PATCH] Update isort from 5.10.1 to 5.12.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d65b0a06..d9241bee 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ flake8 = "==6.0.0" flake8-black = "==0.3.6" flake8-formatter-abspath = "==1.0.1" flake8-isort = "==6.0.0" -isort = "== 5.10.1" +isort = "==5.12.0" pytest = "==6.2.4" pytest-asyncio = "==0.14.0" pytest-cov = "==4.1.0"