Skip to content

Commit

Permalink
Update isort requirement from ~=5.12.0 to ~=5.13.0 (#317)
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.12.0...5.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 011e24c commit 1ab64fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ruff~=0.1.7
mypy~=1.7
pdoc~=14.1.0
nox~=2023.4.22
isort~=5.12.0
isort~=5.13.0
pytest~=7.4.3
pytest-asyncio~=0.23.2
mock~=5.1.0
Expand Down

0 comments on commit 1ab64fa

Please sign in to comment.