Skip to content

Commit 54687e7

Browse files
Disallow isort 5.13.0 (#9290) (#9292)
Refs #9270 (cherry picked from commit 47410ad) Co-authored-by: Jacob Walls <[email protected]>
1 parent fea5483 commit 54687e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.1,<=3.1.0-dev0",
45-
"isort>=4.2.5,<6",
45+
"isort>=4.2.5,<6,!=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)