From 7ecb208871af0976668477e726d7de4966095b97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:19:12 +0000 Subject: [PATCH] chore(deps): update dependency isort to v5.13.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41a63a9a..1025e9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ "pylint==2.17.7", "black==22.12.0", "flake8==6.0.0", - "isort==5.12.0", + "isort==5.13.2", "pre-commit==2.21.0", "pyc_wheel==1.2.7", "mypy==1.11.2",