Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump isort from 5.12.0 to 5.13.1 (#16)
Bumps [isort](https://github.com/pycqa/isort) from 5.12.0 to 5.13.1. <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>5.13.1</h2> <h2>Changes</h2> <ul> <li>Fix 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>Added a fix for 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> </ul> <h2>:beetle: Fixes</h2> <ul> <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> <h2>5.13.0</h2> <h2>Changes</h2> <ul> <li>Fix 80 line length for <code>wemake</code> 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>fix: 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>Fix assertions in <code>test_git_hook</code> (<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>Fix 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>fix typo: indended -> 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 <code>pyproject.toml</code> (<a href="https://redirect.github.com/pycqa/isort/issues/2115">#2115</a>) <a href="https://github.com/SauravMaheshkar"><code>@SauravMaheshkar</code></a></li> <li>Fix 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>Fix 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 <code>settings_path</code> from <code>--filename</code> (<a href="https://redirect.github.com/pycqa/isort/issues/1992">#1992</a>) <a href="https://github.com/kaste"><code>@kaste</code></a></li> <li>Fix 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> <h2>:fire: Removals and Deprecations</h2> <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> </ul> <h2>:package: Dependencies</h2> <ul> <li>Bump pip from 23.2.1 to 23.3 (<a href="https://redirect.github.com/pycqa/isort/issues/2195">#2195</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump urllib3 from 2.0.6 to 2.0.7 (<a href="https://redirect.github.com/pycqa/isort/issues/2185">#2185</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump urllib3 from 2.0.5 to 2.0.6 (<a href="https://redirect.github.com/pycqa/isort/issues/2179">#2179</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump tornado from 6.3.2 to 6.3.3 (<a href="https://redirect.github.com/pycqa/isort/issues/2165">#2165</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump gitpython from 3.1.31 to 3.1.32 (<a href="https://redirect.github.com/pycqa/isort/issues/2166">#2166</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump certifi from 2022.12.7 to 2023.7.22 (<a href="https://redirect.github.com/pycqa/isort/issues/2164">#2164</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump pipreqs from 0.4.11 to 0.4.12 (<a href="https://redirect.github.com/pycqa/isort/issues/2151">#2151</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump pygments from 2.14.0 to 2.15.0 (<a href="https://redirect.github.com/pycqa/isort/issues/2159">#2159</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump tornado from 6.2 to 6.3.2 (<a href="https://redirect.github.com/pycqa/isort/issues/2140">#2140</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></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> <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 -> 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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/isort/commit/643d9c478d597bdb9703ee0abed9919df336e3bd"><code>643d9c4</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2210">#2210</a> from PyCQA/version/5.13.1</li> <li><a href="https://github.com/PyCQA/isort/commit/ebc866a781101a83aefd4c78501c9a9566efe882"><code>ebc866a</code></a> Prepare version 5.13.1</li> <li><a href="https://github.com/PyCQA/isort/commit/eeb4d1696567975ee70e6eac8b5927c092484dee"><code>eeb4d16</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2208">#2208</a> from bp72/issue/2205</li> <li><a href="https://github.com/PyCQA/isort/commit/d1176e7392727214effdb39d4441b43e6ca2cb4c"><code>d1176e7</code></a> Fix integration tests</li> <li><a href="https://github.com/PyCQA/isort/commit/64daf96bab26d110907648c532fc4fd8483e46f6"><code>64daf96</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2207">#2207</a> from PyCQA/bugfix/#2206-remove-optional-dependencies</li> <li><a href="https://github.com/PyCQA/isort/commit/f7a6b0eea57e87155a367e2490b49b40f83c3944"><code>f7a6b0e</code></a> Remove optional dependencies without extras</li> <li><a href="https://github.com/PyCQA/isort/commit/4be9850e1aa0d79f91eb5b626046289e7929290f"><code>4be9850</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2191">#2191</a> from bp72/issue/2152</li> <li><a href="https://github.com/PyCQA/isort/commit/a8fc20c90739d239b9fee624e002a61af29bd71c"><code>a8fc20c</code></a> Rename _strip_syntax to strip_syntax</li> <li><a href="https://github.com/PyCQA/isort/commit/15e5bd15ba4402b81f01bb4aee4bb44a2507195c"><code>15e5bd1</code></a> Added a fix for normalizing imports from more than one level of parent module...</li> <li><a href="https://github.com/PyCQA/isort/commit/9f7e0e51c6ab6c58695cdd3151fb886e287a67bd"><code>9f7e0e5</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/isort/issues/2204">#2204</a> from PyCQA/version/5.13.0</li> <li>Additional commits viewable in <a href="https://github.com/pycqa/isort/compare/5.12.0...5.13.1">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.12.0&new-version=5.13.1)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information