Skip to content

Commit ca94e6a

Browse files
chore(deps-dev): bump isort from 8.0.0 to 8.0.1 (#220)
Bumps [isort](https://github.com/PyCQA/isort) from 8.0.0 to 8.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/isort/blob/main/CHANGELOG.md">isort's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>NOTE: isort follows the <a href="https://semver.org/">semver</a> versioning standard. Find out more about isort's release policy <a href="https://pycqa.github.io/isort/docs/major_releases/release_policy">here</a>.</p> <h3>Unreleased</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/isort/commit/a333737ed43df02b18e6c95477ea1b285b3de15a"><code>a333737</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/isort/issues/2463">#2463</a> from FinlayTheBerry/issue/2461</li> <li><a href="https://github.com/PyCQA/isort/commit/878ba7e03253d2733d4467ddb1708117f9789c88"><code>878ba7e</code></a> Added compression to stdlibs for Python 3.14 in isort/stdlibs/py314.py</li> <li><a href="https://github.com/PyCQA/isort/commit/b5f06a7b1d53b7b561f00f40f814ef1698864bac"><code>b5f06a7</code></a> Merge pull request <a href="https://redirect.github.com/PyCQA/isort/issues/2459">#2459</a> from Fridayai700/fix-unindented-comment-corruption</li> <li><a href="https://github.com/PyCQA/isort/commit/fd2514b84c5b36aed8845dcab73b2163138aa3da"><code>fd2514b</code></a> Fix unindented comments being corrupted in indented blocks</li> <li>See full diff in <a href="https://github.com/PyCQA/isort/compare/8.0.0...8.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=isort&package-manager=pip&previous-version=8.0.0&new-version=8.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80523da commit ca94e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ coverage = [
2828
]
2929
formatting = [
3030
"black==26.1.0",
31-
"isort==8.0.0"
31+
"isort==8.0.1"
3232
]
3333
linting = [
3434
"pylint==4.0.5"

0 commit comments

Comments
 (0)