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/09/05 18:10:55 UTC

[GitHub] [libcloud] dependabot[bot] opened a new pull request, #1755: Bump astroid from 2.11.4 to 2.12.6

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

   Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.4 to 2.12.6.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/PyCQA/astroid/blob/main/ChangeLog">astroid's changelog</a>.</em></p>
   <blockquote>
   <h1>What's New in astroid 2.12.6?</h1>
   <p>Release date: 2022-09-05</p>
   <ul>
   <li>
   <p>Fix a crash involving <code>Uninferable</code> arguments to <code>namedtuple()</code>.</p>
   <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7375">PyCQA/pylint#7375</a></p>
   </li>
   <li>
   <p>The <code>dataclass</code> brain now understands the <code>kw_only</code> keyword in dataclass decorators.</p>
   <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7290">PyCQA/pylint#7290</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.12.5?</h1>
   <p>Release date: 2022-08-29</p>
   <ul>
   <li>
   <p>Prevent first-party imports from being resolved to <code>site-packages</code>.</p>
   <p>Refs <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7365">PyCQA/pylint#7365</a></p>
   </li>
   <li>
   <p>Fix <code>astroid.interpreter._import.util.is_namespace()</code> incorrectly
   returning <code>True</code> for frozen stdlib modules on PyPy.</p>
   <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1755">#1755</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.12.4?</h1>
   <p>Release date: 2022-08-25</p>
   <ul>
   <li>
   <p>Fixed a crash involving non-standard type comments such as <code># type: # any comment</code>.</p>
   <p>Refs <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7347">PyCQA/pylint#7347</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.12.3?</h1>
   <p>Release date: 2022-08-23</p>
   <ul>
   <li>
   <p>Fixed crash in <code>ExplicitNamespacePackageFinder</code> involving <code>_SixMetaPathImporter</code>.</p>
   <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1708">#1708</a></p>
   </li>
   <li>
   <p>Fix unhandled <code>FutureWarning</code> from pandas import in cython modules</p>
   <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1717">#1717</a></p>
   </li>
   <li>
   <p>Fix false positive with inference of type-annotated Enum classes.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/PyCQA/astroid/commit/e194631088aee587140c029a0404f8d40c6765b5"><code>e194631</code></a> Bump astroid to 2.12.6, update changelog</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/1f5dc457729d7219178ace9705d8445e89513472"><code>1f5dc45</code></a> Handle <code>dataclass</code> <code>kw_only</code> keyword correctly (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1764">#1764</a>)</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/8f8448ee70d968784c3e2b9d622f2b1e8fe61f5d"><code>8f8448e</code></a> Fix a crash involving <code>Uninferable</code> args to <code>namedtuple</code> (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1763">#1763</a>)</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/c313631bca83f7b6eb7dd8990aa702b85eb22d64"><code>c313631</code></a> Bump astroid to 2.12.5, update changelog</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/8852ecda407598636fcd760877e5a093148e8e67"><code>8852ecd</code></a> Prevent first-party imports from being resolved to <code>site-packages</code> (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1756">#1756</a>)</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/92529b5eafc42e92b9dc18377532fda2d9cdfc49"><code>92529b5</code></a> Add a comment about missing <code>__spec__</code> on <code>PyPy</code> (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1758">#1758</a>)</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/ef55fd3cd477ebe3c693b4b9eb15f52b56449b55"><code>ef55fd3</code></a> Fix namespace package detection for frozen stdlib modules on PyPy (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1757">#1757</a>)</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/7fba17d69b033a5aace1d7b1aed7887a8ef2c4b4"><code>7fba17d</code></a> Bump astroid to 2.12.4, update changelog</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/d463bd2de2c4565e7e630bc61aa4685acc1f5183"><code>d463bd2</code></a> Fix crash involving non-standard type comments (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1753">#1753</a>)</li>
   <li><a href="https://github.com/PyCQA/astroid/commit/060cefa51884d176fdacf1b8ea18cee3ae0b0948"><code>060cefa</code></a> Bump astroid to 2.12.3, update changelog</li>
   <li>Additional commits viewable in <a href="https://github.com/PyCQA/astroid/compare/v2.11.4...v2.12.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=astroid&package-manager=pip&previous-version=2.11.4&new-version=2.12.6)](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 #1755: Bump astroid from 2.11.4 to 2.12.6

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

   Superseded by #1757.


-- 
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 #1755: Bump astroid from 2.11.4 to 2.12.6

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1755: Bump astroid from 2.11.4 to 2.12.6
URL: https://github.com/apache/libcloud/pull/1755


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