Skip to content

Commit d96d489

Browse files
pylint-backport[bot]CopilotPierre-Sassoulas
authored
[Backport maintenance/4.0.x] Relax isort version constraint to allow isort 8 (#10859)
Relax isort version constraint to allow isort 8 (#10858) (cherry picked from commit 999f4e7) Co-authored-by: Copilot <[email protected]> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 0b08ccb commit d96d489

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dependency on isort is now set to <9, permitting to use isort 8.
2+
3+
Closes #10857

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"dill>=0.2; python_version<'3.11'",
4646
"dill>=0.3.6; python_version>='3.11'",
4747
"dill>=0.3.7; python_version>='3.12'",
48-
"isort>=5,!=5.13,<8",
48+
"isort>=5,!=5.13,<9",
4949
"mccabe>=0.6,<0.8",
5050
"platformdirs>=2.2",
5151
"tomli>=1.1; python_version<'3.11'",

0 commit comments

Comments
 (0)