Skip to content

Commit

Permalink
Bump isort from 5.8.0 to 5.9.0 (#5816)
Browse files Browse the repository at this point in the history
Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.8.0...5.9.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  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>
  • Loading branch information
dependabot[bot] authored Jun 21, 2021
1 parent de32f08 commit 8b88c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ iniconfig==1.1.1
# via
# -r requirements/lint.txt
# pytest
isort==5.8.0
isort==5.9.0
# via -r requirements/lint.txt
jinja2==2.11.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8==3.9.2
flake8-pyi==20.10.0
importlib-metadata==3.7.0; python_version < "3.8"
importlib-resources; python_version < "3.9"
isort==5.8.0
isort==5.9.0
mypy==0.790; implementation_name=="cpython"
pre-commit==2.13.0
pytest==6.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ identify==2.1.1
# via pre-commit
iniconfig==1.1.1
# via pytest
isort==5.8.0
isort==5.9.0
# via -r requirements/lint.in
mccabe==0.6.1
# via flake8
Expand Down

0 comments on commit 8b88c3d

Please sign in to comment.