Skip to content

Commit

Permalink
Bump isort from 5.12.0 to 5.13.1
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.1.
- [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.1)

---
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] authored Dec 12, 2023
1 parent c30df9b commit b624aa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asttokens==2.2.1
backcall==0.2.0
# via ipython
black[jupyter]==23.1.0
# via -r requirements-formatting.in
# via -r dev_requirements/requirements-formatting.in
click==8.1.3
# via black
decorator==5.1.1
Expand All @@ -18,8 +18,8 @@ executing==1.2.0
# via stack-data
ipython==8.11.0
# via black
isort==5.12.0
# via -r requirements-formatting.in
isort==5.13.1
# via -r dev_requirements/requirements-formatting.in
jedi==0.18.2
# via ipython
matplotlib-inline==0.1.6
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.1
# via pylint
mccabe==0.7.0
# via pylint
Expand Down

0 comments on commit b624aa5

Please sign in to comment.