Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2021
1 parent 0409154 commit 38c396b
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 @@ -114,7 +114,7 @@ iniconfig==1.1.1
# via
# -r requirements/lint.txt
# pytest
isort==5.9.0
isort==5.9.1
# via -r requirements/lint.txt
jinja2==2.11.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==21.6b0; implementation_name=="cpython"
flake8==3.9.2
flake8-pyi==20.10.0
isort==5.9.0
isort==5.9.1
mypy==0.790; implementation_name=="cpython"
pre-commit==2.13.0
pytest==6.2.2
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==1.5.14
# via pre-commit
iniconfig==1.1.1
# via pytest
isort==5.9.0
isort==5.9.1
# via -r requirements/lint.in
mccabe==0.6.1
# via flake8
Expand Down

0 comments on commit 38c396b

Please sign in to comment.