Skip to content

Commit

Permalink
Disallow isort 5.13.0 (#9290)
Browse files Browse the repository at this point in the history
Refs #9270
  • Loading branch information
jacobtylerwalls authored Dec 10, 2023
1 parent 8d4c6c1 commit 47410ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
# Pinned to dev of second minor update to allow editable installs and fix primer issues,
# see https://github.com/pylint-dev/astroid/issues/1341
"astroid>=3.0.1,<=3.1.0-dev0",
"isort>=4.2.5,<6",
"isort>=4.2.5,<6,!=5.13.0",
"mccabe>=0.6,<0.8",
"tomli>=1.1.0;python_version<'3.11'",
"tomlkit>=0.10.1",
Expand Down

0 comments on commit 47410ad

Please sign in to comment.