You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by dependabot on 2023/01/30 17:19:13 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1853: Bump isort[pyproject] from 5.11.4 to 5.12.0

dependabot[bot] opened a new pull request, #1853:
URL: https://github.com/apache/libcloud/pull/1853

   Bumps [isort[pyproject]](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[pyproject]'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://github-redirect.dependabot.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://github-redirect.dependabot.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 -&gt; determination (<a href="https://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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[pyproject]'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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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 />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=isort[pyproject]&package-manager=pip&previous-version=5.11.4&new-version=5.12.0)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [libcloud] Kami merged pull request #1853: Bump isort[pyproject] from 5.11.4 to 5.12.0

Posted by "Kami (via GitHub)" <gi...@apache.org>.
Kami merged PR #1853:
URL: https://github.com/apache/libcloud/pull/1853


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org