Skip to content

Commit

Permalink
fix(deps-dev): update isort requirement from 5.11.4 to 5.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.11.4...5.12.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent 2e23e7b commit 1315e9d
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 @@ -13,7 +13,7 @@ PyYAML = "5.4.1"
pre-commit = "3.2.1"
# Please keep the following in-sync /w .pre-commit-config.yaml
flake8 = "6.0.0"
isort = "5.11.4"
isort = "5.12.0"
pylint = "2.15.10"
black = "22.12.0"
yamllint = "1.29.0"
Expand Down

0 comments on commit 1315e9d

Please sign in to comment.