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

   Bumps [astroid](https://github.com/PyCQA/astroid) from 2.13.3 to 2.15.6.
   <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.6?</h1>
   <p>Release date: TBA</p>
   <ul>
   <li>
   <p>Harden <code>get_module_part()</code> against 
<code>&quot;.&quot;</code>.</p>
   <p>Closes <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/8749";>pylint-dev/pylint#8749</a></p>
   </li>
   <li>
   <p>Avoid expensive list/tuple multiplication operations that would result in 
<code>MemoryError</code>.</p>
   <p>Closes <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/8748";>pylint-dev/pylint#8748</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.15.5?</h1>
   <p>Release date: 2023-05-14</p>
   <ul>
   <li>
   <p>Handle <code>objects.Super</code> in 
<code>helpers.object_type()</code>.</p>
   <p>Refs <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/8554";>pylint-dev/pylint#8554</a></p>
   </li>
   <li>
   <p>Recognize stub <code>pyi</code> Python files.</p>
   <p>Refs <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/4987";>pylint-dev/pylint#4987</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.15.4?</h1>
   <p>Release date: 2023-04-24</p>
   <ul>
   <li>
   <p>Add visitor function for <code>TryStar</code> to 
<code>AsStringVisitor</code> and
   add <code>TryStar</code> to <code>astroid.nodes.ALL_NODE_CLASSES</code>.</p>
   <p>Refs <a 
href="https://redirect.github.com/PyCQA/astroid/issues/2142";>#2142</a></p>
   </li>
   </ul>
   <h1>What's New in astroid 2.15.3?</h1>
   <p>Release date: 2023-04-16</p>
   <ul>
   <li>
   <p>Fix <code>infer_call_result()</code> crash on methods called 
<code>with_metaclass()</code>.</p>
   <p>Closes <a 
href="https://redirect.github.com/PyCQA/astroid/issues/1735";>#1735</a></p>
   </li>
   <li>
   <p>Suppress <code>UserWarning</code> when finding module specs.</p>
   <p>Closes <a 
href="https://redirect.github.com/pylint-dev/pylint/issues/7906";>pylint-dev/pylint#7906</a></p>
   </li>
   </ul>
   <p>What's New in astroid 2.15.2?</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/30c3112bda109183d2e31b098b8bb7fdd7a1fd9d";><code>30c3112</code></a>
 Bump astroid to 2.15.6, update changelog</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/2eb869e016dad4fd1bfd88d2ad39dc196f8d0583";><code>2eb869e</code></a>
 Avoid expensive list/tuple multiplication operations (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2228";>#2228</a>) (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2229";>#2229</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/3f6276d2d7eac14782563406add2c77815a9907b";><code>3f6276d</code></a>
 Harden get_module_part() against &quot;.&quot; (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2202";>#2202</a>) (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2203";>#2203</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/bbf9ce4ed23691aa20716430ee001dd7186d686a";><code>bbf9ce4</code></a>
 Fix brain dict regression (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2204";>#2204</a>) (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2207";>#2207</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/8523ba827006d56a770a1f6efa77215718ef26c0";><code>8523ba8</code></a>
 Bump astroid to 2.15.5, update changelog</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/976d50f3efe95f2a038ff28b9d29bccd1ba5ed98";><code>976d50f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/PyCQA/astroid/issues/2179";>#2179</a> from 
pylint-dev/backport-2177-to-maintenance/2.15.x</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/554d93ee2718fb4131ee2b9733253cd4f1fc6619";><code>554d93e</code></a>
 Fix urllib3 tests following the release of v2.0.0 (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2162";>#2162</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/8763111aae725a8ff5ce65fbd105daeaaec3da24";><code>8763111</code></a>
 Handle <code>objects.Super</code> in <code>helpers.object_type()</code> (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2177";>#2177</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/420a59a7da81828e982fabfd34e1533ffddf6400";><code>420a59a</code></a>
 Bump astroid to 2.15.4, update changelog (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2144";>#2144</a>)</li>
   <li><a 
href="https://github.com/pylint-dev/astroid/commit/73482936a4eabeb3e51425f3b5c56d1d9e0a9bb9";><code>7348293</code></a>
 Various TryStar fixes (<a 
href="https://redirect.github.com/PyCQA/astroid/issues/2142";>#2142</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/PyCQA/astroid/compare/v2.13.3...v2.15.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.13.3&new-version=2.15.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-unsubscr...@libcloud.apache.org

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

Reply via email to