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 Dec 31, 2020
1 parent be38c77 commit 9e46ec7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -51,7 +51,7 @@ yapf = {version = "^0.30.0", optional = true}
# Optional dependencies to be part of `type` extra
mypy = {version = "^0.740.0", optional = true}
# Optional dependencies to be part of `format` extra
isort = {version = "^4.3", optional = true}
isort = {version = "^5.7", 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 9e46ec7

Please sign in to comment.