This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump astroid from 2.12.5 to 2.12.10 in /package-parser (…
…#1058) Bumps [astroid](https://github.com/PyCQA/astroid) from 2.12.5 to 2.12.10. <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.10?</h1> <p>Release date: 2022-09-17</p> <ul> <li> <p>Fixed a crash when introspecting modules compiled by <code>cffi</code>.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1776">#1776</a> Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7399">PyCQA/pylint#7399</a></p> </li> <li> <p><code>decorators.cached</code> now gets its cache cleared by calling <code>AstroidManager.clear_cache</code>.</p> <p>Refs <a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1780">#1780</a></p> </li> </ul> <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> <p>What's New in astroid 2.12.6?</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/astroid/commit/9c3b002f7825b7f5743a2acbb46010ab73e7e516"><code>9c3b002</code></a> Bump astroid to 2.12.10, update changelog</li> <li><a href="https://github.com/PyCQA/astroid/commit/b3f0ea789ed2472aef377754957bcc1d15e35a92"><code>b3f0ea7</code></a> Stop detecting modules compiled by <code>cffi</code> as namespace packages (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1777">#1777</a>)</li> <li><a href="https://github.com/PyCQA/astroid/commit/df941c123f22e1cd061018230fdb831321b8aedf"><code>df941c1</code></a> Create a <code>CacheManager</code> class to manage storing and clearing caches (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1782">#1782</a>)</li> <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>Additional commits viewable in <a href="https://github.com/PyCQA/astroid/compare/v2.12.5...v2.12.10">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.12.5&new-version=2.12.10)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information