Skip to content

Commit 167be66

Browse files
chore(deps-dev): Update isort requirement from 6.0.1 to 6.1.0 (#976)
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. <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> <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>5.13.2 December 13 2023</h3> <ul> <li>Apply the bracket fix from issue <a href="https://redirect.github.com/PyCQA/isort/issues/471">#471</a> only for use_parentheses=True (<a href="https://redirect.github.com/PyCQA/isort/issues/2184">#2184</a>) <a href="https://github.com/bp72"><code>@​bp72</code></a></li> <li>Confine pre-commit to stages (<a href="https://redirect.github.com/PyCQA/isort/issues/2213">#2213</a>) <a href="https://github.com/davidculley"><code>@​davidculley</code></a></li> <li>Fixed colors extras (<a href="https://redirect.github.com/PyCQA/isort/issues/2212">#2212</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li> </ul> <h3>5.13.1 December 11 2023</h3> <ul> <li>Fixed integration tests (<a href="https://redirect.github.com/PyCQA/isort/issues/2208">#2208</a>) <a href="https://github.com/bp72"><code>@​bp72</code></a></li> <li>Fixed normalizing imports from more than one level of parent modules (issue/2152) (<a href="https://redirect.github.com/PyCQA/isort/issues/2191">#2191</a>) <a href="https://github.com/bp72"><code>@​bp72</code></a></li> <li>Remove optional dependencies without extras (<a href="https://redirect.github.com/PyCQA/isort/issues/2207">#2207</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li> </ul> <h3>5.13.0 December 9 2023</h3> <ul> <li>Cleanup deprecated extras (<a href="https://redirect.github.com/PyCQA/isort/issues/2089">#2089</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li> <li>Fixed <a href="https://redirect.github.com/PyCQA/isort/issues/1989">#1989</a>: settings lookup when working in stream based mode</li> <li>Fixed 80 line length for wemake linter (<a href="https://redirect.github.com/PyCQA/isort/issues/2183">#2183</a>) <a href="https://github.com/skatromb"><code>@​skatromb</code></a></li> <li>Add support for Python 3.12 (<a href="https://redirect.github.com/PyCQA/isort/issues/2175">#2175</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li> <li>Fixed: add newest version to pre-commit docs (<a href="https://redirect.github.com/PyCQA/isort/issues/2190">#2190</a>) <a href="https://github.com/AzulGarza"><code>@​AzulGarza</code></a></li> <li>Fixed assertions in test_git_hook (<a href="https://redirect.github.com/PyCQA/isort/issues/2196">#2196</a>) <a href="https://github.com/mgorny"><code>@​mgorny</code></a></li> <li>Removed check for include_trailing_comma for the Hanging Indent wrap mode (<a href="https://redirect.github.com/PyCQA/isort/issues/2192">#2192</a>) <a href="https://github.com/bp72"><code>@​bp72</code></a></li> <li>Use the standard library tomllib on sufficiently new python (<a href="https://redirect.github.com/PyCQA/isort/issues/2202">#2202</a>) <a href="https://github.com/eli-schwartz"><code>@​eli-schwartz</code></a></li> <li>Update pre-commit.md version number (<a href="https://redirect.github.com/PyCQA/isort/issues/2197">#2197</a>) <a href="https://github.com/nicobako"><code>@​nicobako</code></a></li> <li>doc: Update black_compatibility.md (<a href="https://redirect.github.com/PyCQA/isort/issues/2177">#2177</a>) <a href="https://github.com/JSS95"><code>@​JSS95</code></a></li> <li>Fixed safety sept 2023 (<a href="https://redirect.github.com/PyCQA/isort/issues/2178">#2178</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li> <li>docs: fix black profile documentation (<a href="https://redirect.github.com/PyCQA/isort/issues/2163">#2163</a>) <a href="https://github.com/nijel"><code>@​nijel</code></a></li> <li>Fixed typo: indended -&gt; indented (<a href="https://redirect.github.com/PyCQA/isort/issues/2161">#2161</a>) <a href="https://github.com/vadimkerr"><code>@​vadimkerr</code></a></li> <li>Docs(configuration/options.md): fix missing trailing spaces for hard linebreak (<a href="https://redirect.github.com/PyCQA/isort/issues/2157">#2157</a>) <a href="https://github.com/JoeyTeng"><code>@​JoeyTeng</code></a></li> <li>Update pre-commit.md (<a href="https://redirect.github.com/PyCQA/isort/issues/2148">#2148</a>) <a href="https://github.com/godiard"><code>@​godiard</code></a></li> <li>chore: move configurations to pyproject.toml (<a href="https://redirect.github.com/PyCQA/isort/issues/2115">#2115</a>) <a href="https://github.com/SauravMaheshkar"><code>@​SauravMaheshkar</code></a></li> <li>Fixed typo in README (<a href="https://redirect.github.com/PyCQA/isort/issues/2112">#2112</a>) <a href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li> <li>Update version in pre-commit setup to avoid installation issue with poetry (<a href="https://redirect.github.com/PyCQA/isort/issues/2103">#2103</a>) <a href="https://github.com/stefmolin"><code>@​stefmolin</code></a></li> <li>Skip .pytype directory by default. (<a href="https://redirect.github.com/PyCQA/isort/issues/2098">#2098</a>) <a href="https://github.com/manueljacob"><code>@​manueljacob</code></a></li> <li>Fixed a tip block styling in the Config Files section (<a href="https://redirect.github.com/PyCQA/isort/issues/2097">#2097</a>) <a href="https://github.com/Klavionik"><code>@​Klavionik</code></a></li> <li>Do not cache configuration files (<a href="https://redirect.github.com/PyCQA/isort/issues/1995">#1995</a>) <a href="https://github.com/kaste"><code>@​kaste</code></a></li> <li>Derive settings_path from --filename (<a href="https://redirect.github.com/PyCQA/isort/issues/1992">#1992</a>) <a href="https://github.com/kaste"><code>@​kaste</code></a></li> <li>Fixed year of version 5.12.0 in CHANGELOG.md (<a href="https://redirect.github.com/PyCQA/isort/issues/2082">#2082</a>) <a href="https://github.com/DjLegolas"><code>@​DjLegolas</code></a></li> </ul> <h3>5.12.0 January 28 2023</h3> <ul> <li>Removed support for Python 3.7</li> <li>Fixed incompatiblity with latest poetry version</li> <li>Added support for directory limitations within built in git hook</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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 /> 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7153eca commit 167be66

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
@@ -88,7 +88,7 @@ flake8-quotes = "3.4.0"
8888
flake8-use-fstring = "1.4"
8989
pep8-naming = "0.15.1"
9090
flake8-logging = "1.8.0"
91-
isort = "6.0.1"
91+
isort = "6.1.0"
9292
autopep8 = "2.3.2"
9393
mypy = "1.18.2"
9494
bandit = "1.8.6"

0 commit comments

Comments
 (0)