Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 3898a86

Browse files
build(deps): Bump astroid from 2.12.10 to 2.12.12 in /package-parser (#1098)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.12.10 to 2.12.12. <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.12?</h1> <p>Release date: 2022-10-19</p> <ul> <li> <p>Add the <code>length</code> parameter to <code>hash.digest</code> &amp; <code>hash.hexdigest</code> in the <code>hashlib</code> brain.</p> <p>Refs <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4039">PyCQA/pylint#4039</a></p> </li> <li> <p>Prevent a crash when a module's <code>__path__</code> attribute is unexpectedly missing.</p> <p>Refs <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7592">PyCQA/pylint#7592</a></p> </li> <li> <p>Fix inferring attributes with empty annotation assignments if parent class contains valid assignment.</p> <p>Refs <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7631">PyCQA/pylint#7631</a></p> </li> </ul> <h1>What's New in astroid 2.12.11?</h1> <p>Release date: 2022-10-10</p> <ul> <li> <p>Improve detection of namespace packages for the modules with <code>__spec__</code> set to None.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7488">PyCQA/pylint#7488</a>.</p> </li> <li> <p>Fixed a regression in the creation of the <code>__init__</code> of dataclasses with multiple inheritance.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7434">PyCQA/pylint#7434</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/astroid/commit/52f6d2d7722db383af035be929f18af5e9fe8cd5"><code>52f6d2d</code></a> Bump astroid to 2.12.12, update changelog</li> <li><a href="https://github.com/PyCQA/astroid/commit/19623e71f4a64c86499ffa052c7b2a67a8cdab77"><code>19623e7</code></a> Fix getattr inference with empty annotation assignments (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1834">#1834</a>)</li> <li><a href="https://github.com/PyCQA/astroid/commit/a0ee56ca03f2f4fff277ed8899d2520932975892"><code>a0ee56c</code></a> Move changelog entry for dataclasses regression (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1835">#1835</a>)</li> <li><a href="https://github.com/PyCQA/astroid/commit/a97d958ee71a78b1f963f8693620d9b4fee2c9ac"><code>a97d958</code></a> Prevent a crash when a module's <code>__path__</code> is missing</li> <li><a href="https://github.com/PyCQA/astroid/commit/fccbc9705433f83826c896049e05b9deae62208f"><code>fccbc97</code></a> Update the <code>hashlib</code> brain <code>hash.digest</code> &amp; <code>hash.hexdigest</code> methods. (#...</li> <li><a href="https://github.com/PyCQA/astroid/commit/db46a700d253b620404ca46500ab0196c61bc486"><code>db46a70</code></a> Fix regression in the creation of the <code>__init__</code> of dataclasses (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1812">#1812</a>)</li> <li><a href="https://github.com/PyCQA/astroid/commit/f2308bc173172426ebd91f05b72dc5ca8a974fa6"><code>f2308bc</code></a> Bump astroid to 2.12.11, update changelog</li> <li><a href="https://github.com/PyCQA/astroid/commit/b05a51f77e399fd7849f825a545e375ebde02fc6"><code>b05a51f</code></a> improve is_namespace check</li> <li><a href="https://github.com/PyCQA/astroid/commit/eafc0ff093fdd55d892d023887984617742f4daf"><code>eafc0ff</code></a> Add <code>_value2member_map_</code> member to the <code>enum</code> brain. (<a href="https://github-redirect.dependabot.com/PyCQA/astroid/issues/1820">#1820</a>)</li> <li>See full diff in <a href="https://github.com/PyCQA/astroid/compare/v2.12.10...v2.12.12">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.10&new-version=2.12.12)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a4a475 commit 3898a86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-parser/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-parser/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parse-package = "package_parser.main:main"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.10,<3.11"
13-
astroid = "^2.12.10"
13+
astroid = "^2.12.12"
1414
numpydoc = "^1.4"
1515
spacy = "^3.2.1"
1616
scipy = "^1.9.1"

0 commit comments

Comments
 (0)