-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 3506193
authored
Bump isort from 5.11.4 to 5.12.0 (#26)
Bumps [isort](https://github.com/pycqa/isort) from 5.11.4 to 5.12.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>5.12.0</h2>
<h2>Changes</h2>
<ul>
<li>Fix poetry pip-shims extras dependency (<a
href="https://redirect.github.com/pycqa/isort/issues/2078">#2078</a>) <a
href="https://github.com/jooola"><code>@jooola</code></a></li>
<li>Add the ability to restrict which directories isort works against
(<a
href="https://redirect.github.com/pycqa/isort/issues/1967">#1967</a>) <a
href="https://github.com/vkomarov-r7"><code>@vkomarov-r7</code></a></li>
<li>docs: fix simple typo, detrmination -> determination (<a
href="https://redirect.github.com/pycqa/isort/issues/1948">#1948</a>) <a
href="https://github.com/timgates42"><code>@timgates42</code></a></li>
<li>updated format strings to fstrings (<a
href="https://redirect.github.com/pycqa/isort/issues/2076">#2076</a>) <a
href="https://github.com/marksmayo"><code>@marksmayo</code></a></li>
<li>Simplify typeshed integration test (<a
href="https://redirect.github.com/pycqa/isort/issues/2075">#2075</a>) <a
href="https://github.com/AlexWaygood"><code>@AlexWaygood</code></a></li>
<li>Fix re-export sorter (<a
href="https://redirect.github.com/pycqa/isort/issues/2065">#2065</a>) <a
href="https://github.com/parafoxia"><code>@parafoxia</code></a></li>
<li>Add more docs about filter-files option (<a
href="https://redirect.github.com/pycqa/isort/issues/2074">#2074</a>) <a
href="https://github.com/micahjsmith"><code>@micahjsmith</code></a></li>
<li>Removal Python 3.7 (<a
href="https://redirect.github.com/pycqa/isort/issues/2064">#2064</a>) <a
href="https://github.com/staticdev"><code>@staticdev</code></a></li>
<li>Added test case and fix for cython pure python import (<a
href="https://redirect.github.com/pycqa/isort/issues/2063">#2063</a>) <a
href="https://github.com/jtoledo1974"><code>@jtoledo1974</code></a></li>
</ul>
<h3>5.11.5 January 30 2023 [hotfix]</h3>
<ul>
<li>Fixed incompatiblity with latest poetry version</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>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>
<h3>5.11.5 January 30 2023 [hotfix]</h3>
<ul>
<li>Fixed incompatiblity with latest poetry version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/isort/commit/e44834b7b294701f596c9118d6c370f86671a50d"><code>e44834b</code></a>
Fix changelog / version to a minor bump due to the size of the
change</li>
<li><a
href="https://github.com/PyCQA/isort/commit/82569d97210a487786cab5dae9e5ce0c0c9af82f"><code>82569d9</code></a>
Bump version to 5.11.5</li>
<li><a
href="https://github.com/PyCQA/isort/commit/e00db961635e4acafada4395a9febef5ca94fd8e"><code>e00db96</code></a>
Formatting fix</li>
<li><a
href="https://github.com/PyCQA/isort/commit/e8339316939debfa22a7744c8dfcdd114872793a"><code>e833931</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/2078">#2078</a>
from jooola/fix_poetry_validation</li>
<li><a
href="https://github.com/PyCQA/isort/commit/0d219a6e0b49b7f84ef0702b2387d5e14299bb8e"><code>0d219a6</code></a>
fix: poetry pip-shims extras dependency</li>
<li><a
href="https://github.com/PyCQA/isort/commit/ae0cc1c8a2b313f1519c82ddcb493bef6082cc7b"><code>ae0cc1c</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/1967">#1967</a>
from vkomarov-r7/feature/directory-hooks</li>
<li><a
href="https://github.com/PyCQA/isort/commit/06d8ef58a15751eda085547cc2095a6dea098f3b"><code>06d8ef5</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/1948">#1948</a>
from timgates42/bugfix_typo_determination</li>
<li><a
href="https://github.com/PyCQA/isort/commit/0c8a8b8d12a16bc54a7fe053eaf52fcbf5e15e35"><code>0c8a8b8</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/isort/issues/2076">#2076</a>
from marksmayo/main</li>
<li><a
href="https://github.com/PyCQA/isort/commit/5b63fba296cbce2b3cd944c28565c60ef8030a36"><code>5b63fba</code></a>
Clean up</li>
<li><a
href="https://github.com/PyCQA/isort/commit/a0cb1b83ef6428b7dc23ab677a2b3a17f3a4d920"><code>a0cb1b8</code></a>
Fix tmuxp test</li>
<li>Additional commits viewable in <a
href="https://github.com/pycqa/isort/compare/5.11.4...5.12.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 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 52d0416 commit 3506193Copy full SHA for 3506193
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
0 commit comments