thegraphnetwork / epigraphhub_py

Epigraphhub Python package
GNU General Public License v3.0
2 stars 9 forks source link

:arrow_up: Bump astroid from 2.9.0 to 2.9.2 #25

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps astroid from 2.9.0 to 2.9.2.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.9.2?

Release date: 2022-01-04

  • Fixed regression in astroid.scoped_nodes where _is_metaclass was not accessible anymore.

Closes #1325

What's New in astroid 2.9.1?

Release date: 2021-12-31

  • NodeNG.frame() and NodeNG.statement() will start raising ParentMissingError instead of AttributeError in astroid 3.0. This behaviour can already be triggered by passing future=True to a frame() or statement() call.

  • Prefer the module loader get_source() method in AstroidBuilder's module_build() when possible to avoid assumptions about source code being available on a filesystem. Otherwise the source cannot be found and application behavior changes when running within an embedded hermetic interpreter environment (pyoxidizer, etc.).

  • Require Python 3.6.2 to use astroid.

  • Removed custom distutils handling for resolving paths to submodules.

    Ref #1321

  • Fix deque.insert() signature in collections brain.

    Closes #1260

  • Fix Module nodes not having a col_offset, end_lineno, and end_col_offset attributes.

  • Fix typing and update explanation for Arguments.args being None.

  • Fix crash if a variable named type is subscripted in a generator expression.

    Closes PyCQA/pylint#5461

  • Enable inference of dataclass import from marshmallow_dataclass. This allows the dataclasses brain to recognize dataclasses annotated by marshmallow_dataclass.

  • Resolve symlinks in the import path Fixes inference error when the import path includes symlinks (e.g. Python installed on macOS via Homebrew).

    Closes #823

... (truncated)

Commits
  • 101aed9 Bump astroid to 2.9.2, update changelog
  • c44b1de Fix import astroid.scoped_nodes (#1325)
  • fe51be5 [pre-commit.ci] pre-commit autoupdate (#1328)
  • 21a2983 Upgrade the version to 2.9.2-dev0 following 2.9.2 release
  • e36b438 Bump astroid to 2.9.1, update changelog
  • 51f552c Remove distutils path patching (#1321)
  • 0d12115 Add typing to brain_dataclasses (#1292)
  • aa4f5be Add future=True to frame calls (#1305)
  • 7afd696 Revert "Revert "Remove useless NoReturn in NodeNG.statement's typing (#1304)"...
  • 12e2e8c Fix frame() error on inferred node (#1263)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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)
dependabot[bot] commented 2 years ago

Superseded by #34.