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

   Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.4 to 2.12.5.
   <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.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>
   <p>Refs <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7265";>PyCQA/pylint#7265</a></p>
   </li>
   <li>
   <p>Fix crash with inference of type-annotated Enum classes where the member 
has no value.</p>
   </li>
   <li>
   <p>Fix a crash inferring invalid old-style string formatting with 
<code>%</code>.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1737";>#1737</a></p>
   </li>
   <li>
   <p>Fix false positive with inference of <code>http</code> module when 
iterating <code>HTTPStatus</code>.</p>
   <p>Refs <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7307";>PyCQA/pylint#7307</a></p>
   </li>
   <li>
   <p>Bumped minimum requirement of <code>wrapt</code> to 1.14 on Python 
3.11.</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/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><a 
href="https://github.com/PyCQA/astroid/commit/d0ecb2a58df1eae6c78c3dd39b5399d7f7a59ea3";><code>d0ecb2a</code></a>
 Remove str instance in model of BaseException.attrs (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1749";>#1749</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/823e802de81350e7aa57807b450faa21d6d25de1";><code>823e802</code></a>
 Fix false positive with inference of <code>http</code> module (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1742";>#1742</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/e1d1783ff6a2a24699a5dc13fc87d5baac0b6630";><code>e1d1783</code></a>
 Don't add <code>KW_ONLY</code> fields to dataclass fields (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1746";>#1746</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/PyCQA/astroid/compare/v2.11.4...v2.12.5";>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.5)](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-unsubscr...@libcloud.apache.org

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

Reply via email to