Skip to content

Commit aa94de0

Browse files
Upgrade: [dependabot] - bump isort from 6.1.0 to 7.0.0 (#460)
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=isort&package-manager=pip&previous-version=6.1.0&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a8723e commit aa94de0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gitpython = "^3.1.45"
2020
pip-licenses = "^5.5.0"
2121
flake8 = "^7.3.0"
2222
pre-commit = "^4.3.0"
23-
isort = "^6.1.0"
23+
isort = "^7.0.0"
2424
cryptography = "^46.0.3"
2525
python-dateutil = "^2.9.0.post0"
2626
python-dotenv = "^1.2.1"

0 commit comments

Comments
 (0)