Skip to content

Commit

Permalink
build(deps-dev): bump isort from 5.12.0 to 5.13.0
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 1cb54e6 commit 7cb37f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]:
"flake8==6.1.0",
"click==8.1.3",
"black==23.9.1",
"isort==5.12.0",
"isort==5.13.0",
"jsonschema==4.19.1",
"aiochclient>=2.2.0",
"httpx<=0.23.0",
Expand Down

0 comments on commit 7cb37f1

Please sign in to comment.