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

   Bumps [astroid](https://github.com/PyCQA/astroid) from 2.13.3 to 2.15.2.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pylint-dev/astroid/blob/main/ChangeLog";>astroid's 
changelog</a>.</em></p>
   <blockquote>
   <h1>What's New in astroid 2.15.2?</h1>
   <p>Release date: 2023-04-03</p>
   <ul>
   <li>
   <p>Support more possible usages of <code>attrs</code> decorators.</p>
   <p>Closes <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/7884";>pylint-dev/pylint#7884</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.15.1?</h1>
   <p>Release date: 2023-03-26</p>
   <ul>
   <li>
   <p>Restore behavior of setting a Call as a base for classes created using 
<code>six.with_metaclass()</code>,
   and harden support for using enums as metaclasses in this case.</p>
   <p>Reverts <a 
href="https://redirect.github.com/PyCQA/astroid/issues/1622";>#1622</a>
   Refs <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/5935";>pylint-dev/pylint#5935</a>
   Refs <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/7506";>pylint-dev/pylint#7506</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.15.0?</h1>
   <p>Release date: 2023-03-06</p>
   <ul>
   <li>
   <p>astroid now supports <code>TryStar</code> nodes from python 3.11 and 
should be fully compatible with python 3.11.</p>
   <p>Closes <a 
href="https://redirect.github.com/PyCQA/astroid/issues/2028";>#2028</a></p>
   </li>
   <li>
   <p><code>Formattedvalue.postinit</code> is now keyword only. This is to 
allow correct typing of the
   <code>Formattedvalue</code> class.</p>
   <p>Refs <a 
href="https://redirect.github.com/PyCQA/astroid/issues/1516";>#1516</a></p>
   </li>
   <li>
   <p><code>Astroid</code> now supports custom import hooks.</p>
   <p>Refs <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/7306";>pylint-dev/pylint#7306</a></p>
   </li>
   <li>
   <p><code>astroid</code> now infers return values from match cases.</p>
   <p>Refs <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/5288";>pylint-dev/pylint#5288</a></p>
   </li>
   <li>
   <p><code>AstroidManager.clear_cache</code> now also clears the inference 
context cache.</p>
   <p>Refs <a 
href="https://redirect.github.com/PyCQA/astroid/issues/1780";>#1780</a></p>
   </li>
   <li>
   <p><code>Astroid</code> now retrieves the default values of keyword only 
arguments and sets them on
   <code>Arguments.kw_defaults</code>.</p>
   </li>
   <li>
   <p><code>Uninferable</code> now has the type <code>UninferableBase</code>. 
This is to facilitate correctly type annotating</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/85b698466afe12c750842dc2522f2823365d9fbc";><code>85b6984</code></a>
 Bump astroid to 2.15.2, update changelog</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/895c6d7e847eea78a11e832429cf4a06ace93647";><code>895c6d7</code></a>
 Support attrs decorators even if they are imported from attrs (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2059";>#2059</a>) (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2073";>#2073</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/1bc3e7603042363d1bc01f53ad6b5fe97ee18fc7";><code>1bc3e76</code></a>
 Bump astroid to 2.15.1, update changelog</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/054455afea299c262cdfd4d34c808bc231a10f6e";><code>054455a</code></a>
 Restore setting a Call as a base for classes using 
<code>six.with_metaclass</code> (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/204";>#204</a>...</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/edf88c65d794acb5582e1d27589be9fa73b00424";><code>edf88c6</code></a>
 Bump astroid to 2.15.0, update changelog (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2045";>#2045</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/47faf97318731eeaa0fc8b77e63a1df2b1e0fe3a";><code>47faf97</code></a>
 Add 'TryStar' nodes from Python 3.11 <a 
href="https://redirect.github.com/PyCQA/astroid/issues/1516";>#1516</a> (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2028";>#2028</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/857232e0c3788167de9f9889bac8548df21deb31";><code>857232e</code></a>
 Cancel previous tests when pushing to PRs</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/7aa2c3413086585558a8b75fb38f04d2c4054a25";><code>7aa2c34</code></a>
 Clear context cache in AstroidManager.clear_cache()</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/925910a8f2c9005a02597cfa2b830bf5a5eef9d8";><code>925910a</code></a>
 Infer returns from match cases (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2042";>#2042</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/47430fd4045031bd2920611840948dfd9dfdafae";><code>47430fd</code></a>
 Update coverage requirement from ~=7.1 to ~=7.2 (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2039";>#2039</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/PyCQA/astroid/compare/v2.13.3...v2.15.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.13.3&new-version=2.15.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: notifications-unsubscr...@libcloud.apache.org

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

Reply via email to