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

   Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.4 to 2.12.9.
   <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.9?</h1>
   <p>Release date: 2022-09-07</p>
   <ul>
   <li>
   <p>Fixed creation of the <code>__init__</code> of <code>dataclassess</code> 
with multiple inheritance.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7427";>PyCQA/pylint#7427</a></p>
   </li>
   <li>
   <p>Fixed a crash on <code>namedtuples</code> that use <code>typename</code> 
to specify their name.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7429";>PyCQA/pylint#7429</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.12.8?</h1>
   <p>Release date: 2022-09-06</p>
   <ul>
   <li>
   <p>Fixed a crash in the <code>dataclass</code> brain for 
<code>InitVars</code> without subscript typing.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7422";>PyCQA/pylint#7422</a></p>
   </li>
   <li>
   <p>Fixed parsing of default values in <code>dataclass</code> attributes.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7425";>PyCQA/pylint#7425</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.12.7?</h1>
   <p>Release date: 2022-09-06</p>
   <ul>
   <li>
   <p>Fixed a crash in the <code>dataclass</code> brain for uninferable 
bases.</p>
   <p>Closes <a 
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7418";>PyCQA/pylint#7418</a></p>
   </li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/7352e947bdf9b9c5ea51e601bbed7a063e98316d";><code>7352e94</code></a>
 Bump astroid to 2.12.9, update changelog</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/449a95b08e39dd2d6f3a6c3cbf4ace3055340b46";><code>449a95b</code></a>
 Fixed the <code>__init__</code> of <code>dataclassess</code> with multiple 
inheritance (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1774";>#1774</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/d15466685643b47f3b8b42ae5c0ba14a429a5293";><code>d154666</code></a>
 Fix a crash on <code>namedtuples</code> that use <code>typename</code> (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1773";>#1773</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/65bca39bbf254bc760ac9d388e5a09333eaf5c87";><code>65bca39</code></a>
 Bump astroid to 2.12.8, update changelog</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/fab511c1477d13262e9e33b015906d4bca683953";><code>fab511c</code></a>
 Fix crash in <code>dataclass</code> brain (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1770";>#1770</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/0720cbcd05a3938bdf8141328a1ceed1e2f38bed";><code>0720cbc</code></a>
 Parse default values in <code>dataclass</code> attributes correctly (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1771";>#1771</a>)</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/b2dbf7bdaa02436962c4c5ccbc6bbb8b8e0c3295";><code>b2dbf7b</code></a>
 Bump astroid to 2.12.7, update changelog</li>
   <li><a 
href="https://github.com/PyCQA/astroid/commit/fbe7859ec56ab64cc4d1b2604082878fdfdc8a14";><code>fbe7859</code></a>
 Fix crash in <code>dataclass</code> brain (<a 
href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1768";>#1768</a>)</li>
   <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>Additional commits viewable in <a 
href="https://github.com/PyCQA/astroid/compare/v2.11.4...v2.12.9";>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.9)](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