Skip to content

Commit

Permalink
Update isort requirement from ~=5.10 to ~=5.12
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.10.0...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] committed Nov 9, 2023
1 parent 0929816 commit 8049df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
bandit~=1.7
black==23.11.0
codespell~=2.2
isort~=5.10
isort~=5.12
pydocstyle~=6.1
pyupgrade~=3.15
yamllint~=1.28
Expand Down

0 comments on commit 8049df4

Please sign in to comment.