From aca073c55da59fad2bb3504ee25f5269ef4e42c9 Mon Sep 17 00:00:00 2001
From: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Date: Tue, 28 Jan 2025 13:35:37 +0100
Subject: [PATCH] [isort] Permit to use isort 6 (#10204)

Index: pyproject.toml
--- pyproject.toml.orig
+++ pyproject.toml
@@ -42,7 +42,7 @@ dependencies    = [
     # Pinned to dev of second minor update to allow editable installs and fix primer issues,
     # see https://github.com/pylint-dev/astroid/issues/1341
     "astroid>=3.1.0,<=3.2.0-dev0",
-    "isort>=4.2.5,<6,!=5.13.0",
+    "isort>=4.2.5,<7,!=5.13.0",
     "mccabe>=0.6,<0.8",
     "tomli>=1.1.0;python_version<'3.11'",
     "tomlkit>=0.10.1",
