Skip to content

Commit

Permalink
Disallow isort 5.13.0 (#9290) (#9292)
Browse files Browse the repository at this point in the history
Refs #9270

(cherry picked from commit 47410ad)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
  • Loading branch information
github-actions[bot] and jacobtylerwalls committed Dec 10, 2023
1 parent fea5483 commit 54687e7
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 54687e7

Please sign in to comment.