-
Notifications
You must be signed in to change notification settings - Fork 14
Commit 2ea5e6d
authored
Bump isort from 6.0.1 to 6.1.0 in the minor group across 1 directory (#422)
Bumps the minor group with 1 update in the / directory:
[isort](https://github.com/PyCQA/isort).
Updates `isort` from 6.0.1 to 6.1.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>6.1.0</h2>
<h2>Changes</h2>
<ul>
<li>Update docs discussions channel (<a
href="https://redirect.github.com/PyCQA/isort/issues/2410">#2410</a>) <a
href="https://github.com/staticdev"><code>@staticdev</code></a></li>
<li>Add python 3.14 classifier and badge (<a
href="https://redirect.github.com/PyCQA/isort/issues/2409">#2409</a>) <a
href="https://github.com/staticdev"><code>@staticdev</code></a></li>
<li>Drop use of non-standard pkg_resources API (<a
href="https://redirect.github.com/PyCQA/isort/issues/2405">#2405</a>) <a
href="https://github.com/dvarrazzo"><code>@dvarrazzo</code></a></li>
<li>Use working isort version in pre-commit example (<a
href="https://redirect.github.com/PyCQA/isort/issues/2402">#2402</a>) <a
href="https://github.com/iainelder"><code>@iainelder</code></a></li>
<li>fix typo in _get_files_from_dir_cached test (<a
href="https://redirect.github.com/PyCQA/isort/issues/2392">#2392</a>) <a
href="https://github.com/tiltingpenguin"><code>@tiltingpenguin</code></a></li>
<li>Resolve bandit warnings (<a
href="https://redirect.github.com/PyCQA/isort/issues/2379">#2379</a>) <a
href="https://github.com/kurtmckee"><code>@kurtmckee</code></a></li>
<li>Add tox for cross-platform, parallel test suite execution (<a
href="https://redirect.github.com/PyCQA/isort/issues/2378">#2378</a>) <a
href="https://github.com/kurtmckee"><code>@kurtmckee</code></a></li>
<li>Add Project URLs to PyPI Side Panel (<a
href="https://redirect.github.com/PyCQA/isort/issues/2387">#2387</a>) <a
href="https://github.com/guillermodotn"><code>@guillermodotn</code></a></li>
<li>Fix typos (<a
href="https://redirect.github.com/PyCQA/isort/issues/2376">#2376</a>) <a
href="https://github.com/co63oc"><code>@co63oc</code></a></li>
</ul>
<h2>:construction_worker: Continuous Integration</h2>
<ul>
<li>Add make bash scripts portable (<a
href="https://redirect.github.com/PyCQA/isort/issues/2377">#2377</a>) <a
href="https://github.com/staticdev"><code>@staticdev</code></a></li>
</ul>
<h2>:package: Dependencies</h2>
<ul>
<li>Bump actions/checkout from 4 to 5 in the github-actions group (<a
href="https://redirect.github.com/PyCQA/isort/issues/2406">#2406</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump astral-sh/setup-uv from 5 to 6 in the github-actions group (<a
href="https://redirect.github.com/PyCQA/isort/issues/2395">#2395</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>
<h3>6.1.0 October 1 2025</h3>
<ul>
<li>Add python 3.14 classifier and badge (<a
href="https://redirect.github.com/PyCQA/isort/issues/2409">#2409</a>) <a
href="https://github.com/staticdev"><code>@staticdev</code></a></li>
<li>Drop use of non-standard pkg_resources API (<a
href="https://redirect.github.com/PyCQA/isort/issues/2405">#2405</a>) <a
href="https://github.com/dvarrazzo"><code>@dvarrazzo</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/isort/commit/ec0efaee4acfce198521e43caa3029b06cedd64a"><code>ec0efae</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2410">#2410</a>
from PyCQA/docs/discussion</li>
<li><a
href="https://github.com/PyCQA/isort/commit/8af675ffcbb25dc5b5c2ff52863afc2923a818e2"><code>8af675f</code></a>
Update docs discussions channel</li>
<li><a
href="https://github.com/PyCQA/isort/commit/a03dae897f7e4a2b2eeb01d094b2c112b10ff0b7"><code>a03dae8</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2409">#2409</a>
from PyCQA/build/py314-classifier</li>
<li><a
href="https://github.com/PyCQA/isort/commit/2232a26fd15d43ad0fca0e662d311ca4cf0d161e"><code>2232a26</code></a>
Add python 3.14 classifier and badge</li>
<li><a
href="https://github.com/PyCQA/isort/commit/ec48dd7c823bcebf6da93db5eb4921a7808e6bb3"><code>ec48dd7</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2405">#2405</a>
from dvarrazzo/fix/drop-pkg-resources</li>
<li><a
href="https://github.com/PyCQA/isort/commit/be46cd476d1a61996a6a4469177edf0869df531e"><code>be46cd4</code></a>
refactor: make importlib metadata package import lazy</li>
<li><a
href="https://github.com/PyCQA/isort/commit/18ecd0c3bf0bc7d6eb9bb5b9a72297f172a57663"><code>18ecd0c</code></a>
chore: drop branch guarding unsupported Python versions</li>
<li><a
href="https://github.com/PyCQA/isort/commit/1d42e564d9bd1e026e8d635880336dd0528c2c29"><code>1d42e56</code></a>
fix: drop use of non-standard pkg_resources API</li>
<li><a
href="https://github.com/PyCQA/isort/commit/0c8fc82fdf1b60065d447f3f7307f01c51d44b01"><code>0c8fc82</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2406">#2406</a>
from PyCQA/dependabot/github_actions/github-actions-...</li>
<li><a
href="https://github.com/PyCQA/isort/commit/3478763347707341e3ce729008acc9cf73a0ff35"><code>3478763</code></a>
Bump actions/checkout from 4 to 5 in the github-actions group</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/isort/compare/6.0.1...6.1.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 <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>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 | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments