Skip to content

Commit

Permalink
Update isort requirement from ==5.12.0 to ==5.13.2
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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 66b3bbe commit 1564cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ types-protobuf = "==3.19.18"
types-requests = "==2.31.0.10"
types-setuptools = "==69.0.0.20240115"
clang-format = "==17.0.4"
isort = "==5.12.0"
isort = "==5.13.2"
black = { version = "==23.10.1", extras = ["jupyter"] }
docformatter = "==1.7.5"
mypy = "==1.6.1"
Expand Down

0 comments on commit 1564cc1

Please sign in to comment.