Skip to content

Commit

Permalink
build(deps-dev): bump isort from 5.9.1 to 5.9.2 (#336)
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.9.1...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2021
1 parent 501cc8a commit 71c4bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pre-commit = "==2.13.0"
commitizen = "==2.17.12"
mypy = "==0.910"
flake8 = "==3.9.2"
isort = "==5.9.1"
isort = "==5.9.2"
controllerx = {path = ".", editable = true}

[packages]
Expand Down

0 comments on commit 71c4bad

Please sign in to comment.