From 75fa58f5cef17622d3749d7db97122dd3b334d1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 09:47:42 +0000 Subject: [PATCH] Update dependency isort to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d035a9..1933a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ build-backend = "hatchling.build" [dependency-groups] dev = [ "flake8==7.1.*", - "isort==5.13.*", + "isort==6.0.*", "pytest==8.3.*", ]