-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 6f5e1cb
authored
Bump isort from 6.1.0 to 7.0.0 (#469)
Bumps [isort](https://github.com/PyCQA/isort) from 6.1.0 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/isort/releases">isort's
releases</a>.</em></p>
<blockquote>
<h2>7.0.0</h2>
<h2>Changes</h2>
<h2>:boom: Breaking Changes</h2>
<ul>
<li>Drop support for Python 3.9 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2430">#2430</a>) <a
href="https://github.com/DanielNoord"><code>@DanielNoord</code></a></li>
</ul>
<h2>:rocket: Features</h2>
<ul>
<li>Show absolute paths in skipped file messages (<a
href="https://redirect.github.com/PyCQA/isort/issues/2416">#2416</a>) <a
href="https://github.com/pranlawate"><code>@pranlawate</code></a></li>
</ul>
<h2>:beetle: Fixes</h2>
<ul>
<li>Some fixes for Python 3.14 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2433">#2433</a>) <a
href="https://github.com/DanielNoord"><code>@DanielNoord</code></a></li>
<li>Test on <code>3.14</code> and fix any bugs (<a
href="https://redirect.github.com/PyCQA/isort/issues/2425">#2425</a>) <a
href="https://github.com/DanielNoord"><code>@DanielNoord</code></a></li>
<li>Update CHANGELOG.md + Fix Formatting and Grammar (<a
href="https://redirect.github.com/PyCQA/isort/issues/2419">#2419</a>) <a
href="https://github.com/lukbrew25"><code>@lukbrew25</code></a></li>
<li>Fix output of hanging indent for long lines with noqa (<a
href="https://redirect.github.com/PyCQA/isort/issues/2407">#2407</a>) <a
href="https://github.com/matan1008"><code>@matan1008</code></a></li>
</ul>
<h2>:construction_worker: Continuous Integration</h2>
<ul>
<li>Format with <code>ruff</code> instead of <code>black</code> (<a
href="https://redirect.github.com/PyCQA/isort/issues/2432">#2432</a>) <a
href="https://github.com/DanielNoord"><code>@DanielNoord</code></a></li>
<li>Target 3.10 for <code>ruff</code> (<a
href="https://redirect.github.com/PyCQA/isort/issues/2431">#2431</a>) <a
href="https://github.com/DanielNoord"><code>@DanielNoord</code></a></li>
<li>Update development dependencies to latest version (<a
href="https://redirect.github.com/PyCQA/isort/issues/2426">#2426</a>) <a
href="https://github.com/DanielNoord"><code>@DanielNoord</code></a></li>
<li>docs: update pre-commit examples to version 6.1.0 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2413">#2413</a>) <a
href="https://github.com/pranlawate"><code>@pranlawate</code></a></li>
<li>Small cleanup for developer environment (<a
href="https://redirect.github.com/PyCQA/isort/issues/2418">#2418</a>) <a
href="https://github.com/DanielNoord"><code>@DanielNoord</code></a></li>
</ul>
<h2>:package: Dependencies</h2>
<ul>
<li>Bump actions/setup-python from 5 to 6 in the github-actions group
(<a
href="https://redirect.github.com/PyCQA/isort/issues/2411">#2411</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
</blockquote>
</details>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/isort/commit/0a09c783808cfe77bb3269250f663ff733d23302"><code>0a09c78</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2433">#2433</a>
from DanielNoord/python-314</li>
<li><a
href="https://github.com/PyCQA/isort/commit/0fee794a05b5d0c471ac80bc8943f9843ca29644"><code>0fee794</code></a>
Add 3.14 to <code>stdlibds</code></li>
<li><a
href="https://github.com/PyCQA/isort/commit/332a1ad0b68bf3a3acac055b0ec3666408b3b425"><code>332a1ad</code></a>
Bump <code>zstandard</code> for 3.14 compat</li>
<li><a
href="https://github.com/PyCQA/isort/commit/f756e5653afcf6d79ec4d0240b1868cbebd8fafd"><code>f756e56</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2432">#2432</a>
from DanielNoord/ruff-it-up</li>
<li><a
href="https://github.com/PyCQA/isort/commit/52f5134889d345ff35afdcb86501c8221b804c70"><code>52f5134</code></a>
Format with <code>ruff</code> instead of <code>black</code></li>
<li><a
href="https://github.com/PyCQA/isort/commit/012aa69fcadb3c89ff92a3d96aa449be7ae6746f"><code>012aa69</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2431">#2431</a>
from DanielNoord/ruff-it-up</li>
<li><a
href="https://github.com/PyCQA/isort/commit/89773dbb371192541092657972a74e9ce0bbbc74"><code>89773db</code></a>
Target 3.10 with <code>ruff</code></li>
<li><a
href="https://github.com/PyCQA/isort/commit/933e382f98a0c77b4c6e33c4e3ef12bd57192884"><code>933e382</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2430">#2430</a>
from DanielNoord/drop-39</li>
<li><a
href="https://github.com/PyCQA/isort/commit/8b6e00cbe643a216da57fed4baa282d0a4a1b829"><code>8b6e00c</code></a>
Remove support for Python 3.9</li>
<li><a
href="https://github.com/PyCQA/isort/commit/b5f9f296ad873734e8caa3a731f27360648d9b37"><code>b5f9f29</code></a>
Bump profile plugin to 3.10+ and re-lock</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/isort/compare/6.1.0...7.0.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments