From d6b4b3ab52ac87e8399a044f9f88784a899fa014 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Oct 2021 02:30:44 +0000 Subject: [PATCH] fix(deps): update dependency isort to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f3ec98..9c5ef00 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ flake8-bugbear = {version = "^19.8.0", optional = true} pylint = {version = "^2.3", optional = true} yapf = {version = "^0.27.0", optional = true} # Optional dependencies to be part of `format` extra -isort = {version = "^4.3", optional = true} +isort = {version = "^5.9", optional = true} seed-isort-config = {version = "^1.9.3", optional = true} black = {version = "stable", optional = true, allow-prereleases = true} # Optional dependencies to be part of `docs` extra