Skip to content

Commit ede4108

Browse files
authoredNov 3, 2021
Bump isort from 5.9.3 to 5.10.0 (#55)
Bumps [isort](https://github.com/pycqa/isort) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.9.3...5.10.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43cd67a commit ede4108

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
 

‎poetry.lock

+4-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pyspark = "3.1.1"
1212
[tool.poetry.dev-dependencies]
1313
pytest = "^6.2.4"
1414
black = "^21.10b0"
15-
isort = "^5.8.0"
15+
isort = "^5.10.0"
1616
flake8 = "^4.0.1"
1717
coverage = "^6.1"
1818
pytest-cov = "^3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.