Skip to content

Commit 989e9c5

Browse files
[Backport maintenance/4.0.x] Support isort 9 (#11354)
Support isort 9 (#11352) Closes #11351 (cherry picked from commit 48d3c54)
1 parent 8c1ee95 commit 989e9c5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

doc/whatsnew/fragments/11351.other

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Upgrade the ``isort`` upper bound so ``isort`` 9 can be installed alongside pylint.
2+
3+
Closes #11351

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,<9",
48+
"isort>=5,!=5.13,<10",
4949
"mccabe>=0.6,<0.8",
5050
"platformdirs>=2.2",
5151
"tomli>=1.1; python_version<'3.11'",

0 commit comments

Comments
 (0)