From 1b3ad625c00b8a12642975657954bf6c1c656b66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:14:16 +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..9fa76df 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.12", 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