Skip to content

Commit e582d48

Browse files
Bump isort from 8.0.0 to 8.0.1 in the patch group (#253)
Bumps the patch group with 1 update: [isort](https://github.com/PyCQA/isort). Updates `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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents 3e15614 + ba47032 commit e582d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dev-flake8 = [
6060
"pydoclint == 0.8.3",
6161
"pydocstyle == 6.3.0",
6262
]
63-
dev-formatting = ["black == 26.1.0", "isort == 8.0.0"]
63+
dev-formatting = ["black == 26.1.0", "isort == 8.0.1"]
6464
dev-mkdocs = [
6565
"black == 26.1.0",
6666
"Markdown==3.10.2",

0 commit comments

Comments
 (0)