Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: isort[pyproject]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2023
1 parent c0c62f9 commit b099600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ astroid==2.13.3; python_version >= '3.8'
pylint==2.15.10; python_version >= '3.8'
bandit==1.7.4; python_version >= '3.7'
black==22.12.0; python_version >= '3.6' and implementation_name == "cpython"
isort[pyproject]==5.11.4; python_version >= '3.8'
isort[pyproject]==5.12.0; python_version >= '3.8'
pyupgrade==3.3.1
rstcheck==6.1.1; python_version >= '3.7'

Expand Down

0 comments on commit b099600

Please sign in to comment.