Skip to content

Commit 999f4e7

Browse files
Relax isort version constraint to allow isort 8 (#10858)
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent d2dc5df commit 999f4e7

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
@@ -44,7 +44,7 @@ dependencies = [
4444
"dill>=0.2; python_version<'3.11'",
4545
"dill>=0.3.6; python_version>='3.11'",
4646
"dill>=0.3.7; python_version>='3.12'",
47-
"isort>=5,!=5.13,<8",
47+
"isort>=5,!=5.13,<9",
4848
"mccabe>=0.6,<0.8",
4949
"platformdirs>=2.2",
5050
"tomli>=1.1; python_version<'3.11'",

0 commit comments

Comments
 (0)