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

   Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.4 to 2.12.2.
   <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.2?</h1>
   <p>Release date: 2022-07-12</p>
   <ul>
   <li>
   <p>Fixed crash in modulo operations for divisions by zero.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1700";>#1700</a></p>
   </li>
   <li>
   <p>Fixed crash with recursion limits during inference.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1646";>#1646</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.12.1?</h1>
   <p>Release date: 2022-07-10</p>
   <ul>
   <li>
   <p>Fix a crash when inferring old-style string formatting (<code>%</code>) 
using tuples.</p>
   </li>
   <li>
   <p>Fix a crash when <code>None</code> (or a value inferred as 
<code>None</code>) participates in a
   <code>**</code> expression.</p>
   </li>
   <li>
   <p>Fix a crash involving properties within <code>if</code> blocks.</p>
   </li>
   </ul>
   <h1>What's New in astroid 2.12.0?</h1>
   <p>Release date: 2022-07-09</p>
   <ul>
   <li>
   <p>Fix signal has no <code>connect</code> member for PySide2 5.15.2+ and 
PySide6</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/4040";>#4040</a>,
 <a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/5378";>#5378</a></p>
   </li>
   <li>
   <p><code>astroid</code> now requires Python 3.7.2 to run.</p>
   </li>
   <li>
   <p>Avoid setting a Call as a base for classes created using 
<code>six.with_metaclass()</code>.</p>
   <p>Refs <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/5935";>PyCQA/pylint#5935</a></p>
   </li>
   <li>
   <p>Fix detection of builtins on <code>PyPy</code> 3.9.</p>
   </li>
   <li>
   <p>Fix <code>re</code> brain on Python <code>3.11</code>. The flags now come 
from <code>re._compile</code>.</p>
   </li>
   <li>
   <p>Build <code>nodes.Module</code> for frozen modules which have location 
information in their
   <code>ModuleSpec</code>.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1512";>#1512</a></p>
   </li>
   <li>
   <p>The <code>astroid.mixins</code> module has been deprecated and marked for 
removal in 3.0.0.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1633";>#1633</a></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/14a0d657809ab5b42e7d416b686953508e6d8b91";><code>14a0d65</code></a>
 Bump astroid to 2.12.2, update changelog</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/199d9e71b600599c22ba9bd0efc46b7c689c6c21";><code>199d9e7</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1707";>#1707</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/162f8edd8aff54d903881fb440054e2b2ea2fe4a";><code>162f8ed</code></a>
 Add some implicit typing (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1706";>#1706</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/5fa001faf382629bae6eb468d4d0905723ba1e05";><code>5fa001f</code></a>
 Catch RecursionError in <code>raise_if_nothing_inferred</code> (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1705";>#1705</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/99408886bf10239af183c9bf5e4f8462ea3cb983";><code>9940888</code></a>
 Bump runners to <code>3.10</code> (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1704";>#1704</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/153ca73f09f0699e2773864e6f5be50ce4031d21";><code>153ca73</code></a>
 Prevent applying boolean ops to <code>NotImplemented</code> (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1702";>#1702</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/875d42e947cdd42adf9745eafaadb5cb8c407bb5";><code>875d42e</code></a>
 Only infer module operations on string <code>Const</code> nodes (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1701";>#1701</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/fbb694177fc49e2f35e4d952c758c6bc6515d325";><code>fbb6941</code></a>
 Make the potential attributes of all exceptions explicit</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/2787190873709c5638e829a5ccd4c56c0916281b";><code>2787190</code></a>
 [contributors] Remove the logilab alias, we can show individual</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/ab469e2010bed6d5998d03667579cc338c7e77b8";><code>ab469e2</code></a>
 Bump astroid to 2.12.1, update changelog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/PyCQA/astroid/compare/v2.11.4...v2.12.2";>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.2)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to