You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/12/13 17:09:03 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1822: Bump isort[pyproject] from 5.10.1 to 5.11.1

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

   Bumps [isort[pyproject]](https://github.com/pycqa/isort) from 5.10.1 to 5.11.1.
   <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.11.1</h2>
   <h2>Changes December 12 2022</h2>
   <h2>:beetle: Fixes</h2>
   <ul>
   <li>Only call <code>colorama.init</code> if <code>colorama</code> is available (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2032">#2032</a>) <a href="https://github.com/tomaarsen"><code>@​tomaarsen</code></a></li>
   </ul>
   <h2>5.11.0</h2>
   <h2>Changes December 12 2022</h2>
   <ul>
   <li>Add support to Python 3.11 support (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2024">#2024</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Remove support to Python 3.6 (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2020">#2020</a>) <a href="https://github.com/barrelful"><code>@​barrelful</code></a></li>
   <li>Remove restriction to Python &lt;4.0 (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1878">#1878</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Remove language_version for pre-commit hook (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1987">#1987</a>) <a href="https://github.com/rafrafek"><code>@​rafrafek</code></a></li>
   <li>Add GH release helpers (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2023">#2023</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Fix integration tests (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2022">#2022</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Fix unit tests (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2021">#2021</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Fix Rich compatibility (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1961">#1961</a>) <a href="https://github.com/ofek"><code>@​ofek</code></a></li>
   <li>Fix Pyodide CDN URL (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1991">#1991</a>) <a href="https://github.com/andersk"><code>@​andersk</code></a></li>
   <li>Clarify description of use_parentheses (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1941">#1941</a>) <a href="https://github.com/mgedmin"><code>@​mgedmin</code></a></li>
   <li>Fix <code>black</code> compatibility for <code>.pyi</code> type stub files (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2017">#2017</a>) <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a></li>
   <li>Add magic trailing comma option (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1876">#1876</a>) <a href="https://github.com/legau"><code>@​legau</code></a></li>
   <li>Add missing space in unrecoverable exception message (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1933">#1933</a>) <a href="https://github.com/andersk"><code>@​andersk</code></a></li>
   <li>skip-gitignore: use allow list, not deny list (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1900">#1900</a>) <a href="https://github.com/bmalehorn"><code>@​bmalehorn</code></a></li>
   <li>Infinite loop for unmatched parenthesis (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1919">#1919</a>) <a href="https://github.com/anirudnits"><code>@​anirudnits</code></a></li>
   <li>Document shared profiles (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1896">#1896</a>) <a href="https://github.com/matthewhughes934"><code>@​matthewhughes934</code></a></li>
   <li>Fix build-backend values in the example plugins (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1892">#1892</a>) <a href="https://github.com/mgorny"><code>@​mgorny</code></a></li>
   <li>Remove reference to jamescurtin/isort-action (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1885">#1885</a>) <a href="https://github.com/AndrewLane"><code>@​AndrewLane</code></a></li>
   <li>Split long cython import lines (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1931">#1931</a>) <a href="https://github.com/davidcollins001"><code>@​davidcollins001</code></a></li>
   <li>Update plone profile: copy of black, plus three settings. (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1926">#1926</a>) <a href="https://github.com/mauritsvanrees"><code>@​mauritsvanrees</code></a></li>
   <li>Add a command-line flag to sort <strong>all</strong> re-exports (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1862">#1862</a>) (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1863">#1863</a>) <a href="https://github.com/parafoxia"><code>@​parafoxia</code></a></li>
   <li>Fix lines_before_imports appending lines after comments (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1861">#1861</a>) <a href="https://github.com/legau"><code>@​legau</code></a></li>
   <li>Remove redundant <code>multi_line_output = 3</code> from &quot;Compatibility with black&quot; (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1858">#1858</a>) <a href="https://github.com/jdufresne"><code>@​jdufresne</code></a></li>
   <li>Add tox config example (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1856">#1856</a>) <a href="https://github.com/umonaca"><code>@​umonaca</code></a></li>
   <li>doc: Add examples for frozenset and tuple settings (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1822">#1822</a>) <a href="https://github.com/sgaist"><code>@​sgaist</code></a></li>
   <li>Add multiple config documentation (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1850">#1850</a>) <a href="https://github.com/anirudnits"><code>@​anirudnits</code></a></li>
   </ul>
   <h2>:construction_worker: Continuous Integration</h2>
   <ul>
   <li>Pin versions on workflows (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2025">#2025</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   </ul>
   <h2>:package: Dependencies</h2>
   <ul>
   <li>Bump certifi from 2021.10.8 to 2022.12.7 (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2018">#2018</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump ipython from 7.16.2 to 7.16.3 (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1886">#1886</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></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[pyproject]'s changelog</a>.</em></p>
   <blockquote>
   <h3>5.11.1 December 12 2022</h3>
   <ul>
   <li>Hotfix <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2031">#2031</a>: only call <code>colorama.init</code> if <code>colorama</code> is available (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2032">#2032</a>) <a href="https://github.com/tomaarsen"><code>@​tomaarsen</code></a></li>
   </ul>
   <h3>5.11.0 December 12 2022</h3>
   <ul>
   <li>Added official support for Python 3.11 (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1996">#1996</a>, <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2008">#2008</a>, <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2011">#2011</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Dropped support for Python 3.6 (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2019">#2019</a>) <a href="https://github.com/barrelful"><code>@​barrelful</code></a></li>
   <li>Fixed problematic tests (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2021">#2021</a>, <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2022">#2022</a>) <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1960">#1960</a>: Rich compatibility (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1961">#1961</a>) <a href="https://github.com/ofek"><code>@​ofek</code></a></li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1945">#1945</a>, <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1986">#1986</a>: Python 4.0 upper bound dependency resolving issues <a href="https://github.com/staticdev"><code>@​staticdev</code></a></li>
   <li>Fixed Pyodide CDN URL (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1991">#1991</a>) <a href="https://github.com/andersk"><code>@​andersk</code></a></li>
   <li>Docs: clarify description of use_parentheses (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1941">#1941</a>) <a href="https://github.com/mgedmin"><code>@​mgedmin</code></a></li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1976">#1976</a>: <code>black</code> compatibility for <code>.pyi</code> files <a href="https://github.com/XuehaiPan"><code>@​XuehaiPan</code></a></li>
   <li>Implemented <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1683">#1683</a>: magic trailing comma option (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1876">#1876</a>) <a href="https://github.com/legau"><code>@​legau</code></a></li>
   <li>Add missing space in unrecoverable exception message (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1933">#1933</a>) <a href="https://github.com/andersk"><code>@​andersk</code></a></li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1895">#1895</a>: skip-gitignore: use allow list, not deny list <a href="https://github.com/bmalehorn"><code>@​bmalehorn</code></a></li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1917">#1917</a>: infinite loop for unmatched parenthesis (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1919">#1919</a>) <a href="https://github.com/anirudnits"><code>@​anirudnits</code></a></li>
   <li>Docs: shared profiles (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1896">#1896</a>) <a href="https://github.com/matthewhughes934"><code>@​matthewhughes934</code></a></li>
   <li>Fixed build-backend values in the example plugins (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1892">#1892</a>) <a href="https://github.com/mgorny"><code>@​mgorny</code></a></li>
   <li>Remove reference to jamescurtin/isort-action (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1885">#1885</a>) <a href="https://github.com/AndrewLane"><code>@​AndrewLane</code></a></li>
   <li>Split long cython import lines (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1931">#1931</a>) <a href="https://github.com/davidcollins001"><code>@​davidcollins001</code></a></li>
   <li>Update plone profile: copy of <code>black</code>, plus three settings. (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1926">#1926</a>) <a href="https://github.com/mauritsvanrees"><code>@​mauritsvanrees</code></a></li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1815">#1815</a>, <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1862">#1862</a>: Add a command-line flag to sort all re-exports (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1863">#1863</a>) <a href="https://github.com/parafoxia"><code>@​parafoxia</code></a></li>
   <li>Fixed <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1854">#1854</a>: <code>lines_before_imports</code> appending lines after comments (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1861">#1861</a>) <a href="https://github.com/legau"><code>@​legau</code></a></li>
   <li>Remove redundant <code>multi_line_output = 3</code> from &quot;Compatibility with black&quot; (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1858">#1858</a>) <a href="https://github.com/jdufresne"><code>@​jdufresne</code></a></li>
   <li>Add tox config example (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1856">#1856</a>) <a href="https://github.com/umonaca"><code>@​umonaca</code></a></li>
   <li>Docs: add examples for frozenset and tuple settings (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1822">#1822</a>) <a href="https://github.com/sgaist"><code>@​sgaist</code></a></li>
   <li>Docs: add multiple config documentation (<a href="https://github-redirect.dependabot.com/pycqa/isort/issues/1850">#1850</a>) <a href="https://github.com/anirudnits"><code>@​anirudnits</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/PyCQA/isort/commit/f8146c597ef6165fa7bdab181fda4abc6575fb26"><code>f8146c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2033">#2033</a> from PyCQA/hotfix/5.11.1</li>
   <li><a href="https://github.com/PyCQA/isort/commit/dd01cfeec090a8a54cb5815ae9448843f9d0fe99"><code>dd01cfe</code></a> Hotfix 5.11.1</li>
   <li><a href="https://github.com/PyCQA/isort/commit/68f0a257874f5179f2ff6a57723fec3138bef267"><code>68f0a25</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2032">#2032</a> from tomaarsen/hotfix/colorama_nameerror</li>
   <li><a href="https://github.com/PyCQA/isort/commit/c752a6c78cbbe323ffd46b2b180ba41d518c51d4"><code>c752a6c</code></a> Only call colorama.init if colorama is available</li>
   <li><a href="https://github.com/PyCQA/isort/commit/65250088ca11ea59eba80bfb8e65891e92333edb"><code>6525008</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2030">#2030</a> from PyCQA/example/update-formatting-pluging-isort-5...</li>
   <li><a href="https://github.com/PyCQA/isort/commit/6c5a36cc18867aca4e7b2b518a313f216e542e4c"><code>6c5a36c</code></a> Bump formatting plugin to 0.1.1</li>
   <li><a href="https://github.com/PyCQA/isort/commit/657ed81843bb472f3e25789dd1b23a2b31febc73"><code>657ed81</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2029">#2029</a> from PyCQA/example/update-formatting-pluging-isort-5...</li>
   <li><a href="https://github.com/PyCQA/isort/commit/84e3687e2df247daea86496fec56bfba1c771225"><code>84e3687</code></a> Update isort on formatting pluging to 5.11.0</li>
   <li><a href="https://github.com/PyCQA/isort/commit/3e99c22e9514bcb814b8221c4691f28db49b0c6e"><code>3e99c22</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/isort/issues/2028">#2028</a> from PyCQA/prepare-release-5.11.0</li>
   <li><a href="https://github.com/PyCQA/isort/commit/8af078c5b8c8a2803b3d19349489fdfeb1c4a011"><code>8af078c</code></a> Upgrade poetry to 1.3.1</li>
   <li>Additional commits viewable in <a href="https://github.com/pycqa/isort/compare/5.10.1...5.11.1">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.10.1&new-version=5.11.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 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] dependabot[bot] commented on pull request #1822: Bump isort[pyproject] from 5.10.1 to 5.11.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1822:
URL: https://github.com/apache/libcloud/pull/1822#issuecomment-1351786214

   Superseded by #1823.


-- 
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] dependabot[bot] closed pull request #1822: Bump isort[pyproject] from 5.10.1 to 5.11.1

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1822: Bump isort[pyproject] from 5.10.1 to 5.11.1
URL: https://github.com/apache/libcloud/pull/1822


-- 
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