Skip to content

Commit 023cd43

Browse files
[isort] Permit to use isort 6 (#10204)
Closes #10203
1 parent 050acfe commit 023cd43

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/whatsnew/fragments/10203.bugfix

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Relaxed the requirements for isort so pylint can benefit from isort 6.
2+
3+
Closes #10203

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
4343
# see https://github.com/pylint-dev/astroid/issues/1341
4444
"astroid>=3.3.8,<=3.4.0-dev0",
45-
"isort>=4.2.5,<6,!=5.13.0",
45+
"isort>=4.2.5,<7,!=5.13.0",
4646
"mccabe>=0.6,<0.8",
4747
"tomli>=1.1.0;python_version<'3.11'",
4848
"tomlkit>=0.10.1",

0 commit comments

Comments
 (0)