Skip to content

Commit b746136

Browse files
Bump isort from 5.10.1 to 5.11.2 (#708)
Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.11.2. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.10.1...5.11.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5dc4289 commit b746136

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pytest-cov = "^4.0.0"
2828
pre-commit = "^2.20"
2929
black = {version = "^22.10", allow-prereleases = true}
3030
pylint = "^2.13.9"
31-
isort = "^5.10.1"
31+
isort = "^5.11.2"
3232
mypy = "^0.991"
3333
flake8 = "^5.0.4"
3434
pyupgrade = "^3.3.1"

0 commit comments

Comments
 (0)