Skip to content

Commit 84874a3

Browse files
chore(deps-dev): update isort requirement from 5.13.0 to 5.13.2 (#516)
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.13.0...5.13.2) --- 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>
1 parent 8800b68 commit 84874a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ flake8-isort = "6.1.1"
9090
flake8-quotes = "3.3.2"
9191
flake8-use-fstring = "1.4"
9292
pep8-naming = "0.13.3"
93-
isort = "5.13.0"
93+
isort = "5.13.2"
9494
autopep8 = "2.0.4"
9595
mypy = "1.7.1"
9696
tox = "4.11.4"

0 commit comments

Comments
 (0)