8000 Merge #1071 · MuddyHope/meilisearch-python@416f0db · GitHub
[go: up one dir, main page]

Skip to content

Commit 416f0db

Browse files
1071: Bump isort from 5.13.2 to 6.0.0 r=curquiza a=dependabot[bot] Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.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>6.0.0</h2> <h2>Changes</h2> <h2>:boom: Breaking Changes</h2> <ul> <li>Remove support for Python 3.8 (<a href="https://redirect.github.com/pycqa/isort/issues/2327">#2327</a>) <a href="https://github.com/DanielNoord"><code>`@​DanielNoord</code></a></li>` </ul> <h2>:rocket: Features</h2> <ul> <li>Python 3.13 support (<a href="https://redirect.github.com/pycqa/isort/issues/2306">#2306</a>) <a href="https://github.com/mayty"><code>`@​mayty</code></a></li>` <li>Updates round 3 (<a href="https://redirect.github.com/pycqa/isort/issues/2334">#2334</a>) <a href="https://github.com/matthewhughes934"><code>`@​matthewhughes934</code></a></li>` <li>Speed up exists_case_sensitive calls (<a href="https://redirect.github.com/pycqa/isort/issues/2264">#2264</a>) <a href="https://github.com/correctmost"><code>`@​correctmost</code></a></li>` <li>nit: Fix deprecation message link (<a href="https://redirect.github.com/pycqa/isort/issues/2220">#2220</a>) <a href="https://github.com/syou6162"><code>`@​syou6162</code></a></li>` <li>Ensure that split_on_trailing_comma works with <code>as</code> imports (<a href="https://redirect.github.com/pycqa/isort/issues/2340">#2340</a>) <a href="https://github.com/DanielNoord"><code>`@​DanielNoord</code></a></li>` <li>Black profile: enable magic comma (<a href="https://redirect.github.com/pycqa/isort/issues/2236">#2236</a>) <a href="https://github.com/MrMino"><code>`@​MrMino</code></a></li>` <li>Fix google style test (<a href="https://redirect.github.com/pycqa/isort/issues/2336">#2336</a>) <a href="https://github.com/DanielNoord"><code>`@​DanielNoord</code></a></li>` <li>Update line_length and single_line_exclusions in google profile (<a href="https://redirect.github.com/pycqa/isort/issues/2149">#2149</a>) <a href="https://github.com/jagapiou"><code>`@​jagapiou</code></a></li>` <li>Updates round 2 (<a href="https://redirect.github.com/pycqa/isort/issues/2329">#2329</a>) <a href="https://github.com/matthewhughes934"><code>`@​matthewhughes934</code></a></li>` <li>Dependency updates round 1 (<a href="https://redirect.github.com/pycqa/isort/issues/2325">#2325</a>) <a href="https://github.com/matthewhughes934"><code>`@​matthewhughes934</code></a></li>` <li>Run <code>pre-commit autoupdate</code> (<a href="https://redirect.github.com/pycqa/isort/issues/2321">#2321</a>) <a href="https://github.com/kurtmckee"><code>`@​kurtmckee</code></a></li>` </ul> <h2>:beetle: Fixes</h2> <ul> <li>Allow <code>--diff</code> to be used with <code>--jobs</code> (<a href="https://redirect.github.com/pycqa/isort/issues/2302">#2302</a>) <a href="https://github.com/mnakama"><code>`@​mnakama</code></a></li>` <li><code>wemake</code> has 80 chars hard limit, not 79 (<a href="https://redirect.github.com/pycqa/isort/issues/2241">#2241</a>) <a href="https://github.com/sobolevn"><code>`@​sobolevn</code></a></li>` <li>Fix errors on <code>main</code> (<a href="https://redirect.github.com/pycqa/isort/issues/2320">#2320</a>) <a href="https://github.com/DanielNoord"><code>`@​DanielNoord</code></a></li>` <li>Fixed syntax error (<a href="https://redirect.github.com/pycqa/isort/issues/2289">#2289</a>) <a href="https://github.com/Sergio-prog"><code>`@​Sergio-prog</code></a></li>` <li>fix: typo (<a href="https://redirect.github.com/pycqa/isort/issues/2298">#2298</a>) <a href="https://github.com/Rotzbua"><code>`@​Rotzbua</code></a></li>` <li>Fix <code>sort_reexports</code> code mangling (<a href="https://redirect.github.com/pycqa/isort/issues/2283">#2283</a>) <a href="https://github.com/Helveg"><code>`@​Helveg</code></a></li>` <li>fix: correct group by package tokenization (<a href="https://redirect.github.com/pycqa/isort/issues/2136">#2136</a>) <a href="https://github.com/glasnt"><code>`@​glasnt</code></a></li>` <li>Fix isort-action usage documentation (<a href="https://redirect.github.com/pycqa/isort/issues/2297">#2297</a>) <a href="https://github.com/jamescurtin"><code>`@​jamescurtin</code></a></li>` <li>Fix CDN for Ace (<a href="https://redirect.github.com/pycqa/isort/issues/2127">#2127</a>) <a href="https://github.com/abitrolly"><code>`@​abitrolly</code></a></li>` <li>Fix help text (<a href="https://redirect.github.com/pycqa/isort/issues/2229">#2229</a>) <a href="https://github.com/stweil"><code>`@​stweil</code></a></li>` <li>docs: fix spelling mistake (<a href="https://redirect.github.com/pycqa/isort/issues/2249">#2249</a>) <a href="https://github.com/cachho"><code>`@​cachho</code></a></li>` </ul> <h2>:construction_worker: Continuous Integration</h2> <ul> <li>UV replacement of Poetry (<a href="https://redirect.github.com/pycqa/isort/issues/2349">#2349</a>) <a href="https://github.com/staticdev"><code>`@​staticdev</code></a></li>` <li>Make actions happy (<a href="https://redirect.github.com/pycqa/isort/issues/2311">#2311</a>) <a href="https://github.com/matthewhughes934"><code>`@​matthewhughes934</code></a></li>` <li>Fix GitHub Actions badges (<a href="https://redirect.github.com/pycqa/isort/issues/2326">#2326</a>) <a href="https://github.com/hugovk"><code>`@​hugovk</code></a></li>` <li>Eliminate <code>actions/cache@v2</code> usage (<a href="https://redirect.github.com/pycqa/isort/issues/2322">#2322</a>) <a href="https://github.com/kurtmckee"><code>`@​kurtmckee</code></a></li>` <li>feat: add dependabot for GH action update (<a href="https://redirect.github.com/pycqa/isort/issues/2300">#2300</a>) <a href="https://github.com/Rotzbua"><code>`@​Rotzbua</code></a></li>` <li>Update stage names for <code>pre-commit</code> (<a href="https://redirect.github.com/pycqa/isort/issues/2296">#2296</a>) <a href="https://github.com/matthewhughes934"><code>`@​matthewhughes934</code></a></li>` </ul> <h2>:package: Dependencies</h2> <ul> <li>Bump <code>poetry</code> to <code>2.0.1</code> (<a href="https://redirect.github.com/pycqa/isort/issues/2341">#2341</a>) <a href="https://github.com/DanielNoord"><code>`@​DanielNoord</code></a></li>` <li>Fix misc unsafe dependencies (<a href="https://redirect.github.com/pycqa/isort/issues/2345">#2345</a>) <a href="https://github.com/staticdev"><code>`@​staticdev</code></a></li>` <li>Bump the github-actions group across 1 directory with 5 updates (<a href="https://redirect.github.com/pycqa/isort/issues/2324">#2324</a>) `@<a` href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump gitpython from 3.1.40 to 3.1.41 (<a href="https://redirect.github.com/pycqa/isort/issues/2223">#2223</a>) `@<a` href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/0a0b7a830386ba6a31c2ec8316849ae4d1b8240d"><code>0a0b7a8</code></a> 6.0.0</li> <li><a href="https://github.com/PyCQA/isort/commit/2d00730d48c2963a02c436f3353552ce24689a79"><code>2d00730</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2349">#2349</a> from PyCQA/revert-2347-revert-2346-ci/uv-replacement...</li> <li><a href="https://github.com/PyCQA/isort/commit/16bb0e2d9b7c42edccf4e1ab292d27e9da908e5c"><code>16bb0e2</code></a> Return user_options</li> <li><a href="https://github.com/PyCQA/isort/commit/73abbc8ec7cffc68d9e9c6c47935b46aed5b3665"><code>73abbc8</code></a> Fix dev and optional dependencies</li> <li><a href="https://github.com/PyCQA/isort/commit/8b3828d756d2a359d1b44021c132821ce5955bdf"><code>8b3828d</code></a> Pin UV version</li> <li><a href="https://github.com/PyCQA/isort/commit/02258755eb35111700745a47cce907865c67021a"><code>0225875</code></a> Remove pip and virtualenv usage</li> <li><a href="https://github.com/PyCQA/isort/commit/3d49bc0c44392100bf04b46014fdfc1e9c276f36"><code>3d49bc0</code></a> Revert &quot;Revert &quot;UV replacement of Poetry&quot;&quot;</li> <li><a href="https://github.com/PyCQA/isort/commit/b3760ab1b8844fd4a2c59adee3e0bf3f420fd418"><code>b3760ab</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2347">#2347</a> from PyCQA/revert-2346-ci/uv-replacement-for-poetry</li> <li><a href="https://github.com/PyCQA/isort/commit/cc12cce681098bba70bd78efe76140bdc39792d6"><code>cc12cce</code></a> Revert &quot;UV replacement of Poetry&quot;</li> <li><a href="https://github.com/PyCQA/isort/commit/f7ab073fda5ddab3651fc4438c4e7e16853b3bca"><code>f7ab073</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2346">#2346</a> from PyCQA/ci/uv-replacement-for-poetry</li> <li>Additional commits viewable in <a href="https://github.com/pycqa/isort/compare/5.13.2...6.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=5.13.2&new-version=6.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 31c4cbc + 84dd163 commit 416f0db

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)
    0