From 289618782d4e4d377f57f63d0f775f90384b8474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 12:07:58 +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 5d10c8c..5b1cbcd 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.0.0", 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