Skip to content

Commit

Permalink
Bump isort from 5.13.1 to 5.13.2 (#2125)
Browse files Browse the repository at this point in the history
* Bump isort from 5.13.1 to 5.13.2

Bumps [isort](https://github.com/pycqa/isort) from 5.13.1 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.13.1...5.13.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* ignore minor/patch versions for `isort`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nate stemen <[email protected]>
  • Loading branch information
dependabot[bot] and natestemen authored Dec 14, 2023
1 parent 6aefbfb commit c618688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ updates:
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
- dependency-name: "black"
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
- dependency-name: "isort"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
- dependency-name: "mypy"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
- dependency-name: "*sphinx*"
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest-cov==4.0.0
flake8==6.0.0
black==22.10
mypy==1.0.0
isort==5.13.1
isort==5.13.2
types-tabulate

# Documentation and examples.
Expand Down

0 comments on commit c618688

Please sign in to comment.