Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent 5950d0b commit e25509e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==23.12.1
# via -r dev_requirements/requirements-formatting.in
click==8.1.7
# via black
isort==5.12.0
isort==5.13.2
# via -r dev_requirements/requirements-formatting.in
mypy-extensions==1.0.0
# via black
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.0.1
# via pylint
dill==0.3.7
# via pylint
isort==5.12.0
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
Expand Down

0 comments on commit e25509e

Please sign in to comment.