Skip to content

Commit

Permalink
fix(deps): update dependency isort to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 19, 2021
1 parent 00171a1 commit d6b4b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -42,7 +42,7 @@ flake8-bugbear = {version = "^19.8.0", optional = true}
pylint = {version = "^2.3", optional = true}
yapf = {version = "^0.27.0", optional = true}
# Optional dependencies to be part of `format` extra
isort = {version = "^4.3", optional = true}
isort = {version = "^5.9", optional = true}
seed-isort-config = {version = "^1.9.3", optional = true}
black = {version = "stable", optional = true, allow-prereleases = true}
# Optional dependencies to be part of `docs` extra
Expand Down

0 comments on commit d6b4b3a

Please sign in to comment.