readthedocs / sphinx-hoverxref

Sphinx extension to show tooltips with content embedded when hover a reference.
https://sphinx-hoverxref.readthedocs.io/
MIT License
96 stars 41 forks source link

Bump astroid from 2.11.5 to 2.12.1 #207

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps astroid from 2.11.5 to 2.12.1.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.12.1?

Release date: 2022-07-10

  • Fix a crash when inferring old-style string formatting (%) using tuples.

  • Fix a crash when None (or a value inferred as None) participates in a ** expression.

  • Fix a crash involving properties within if blocks.

What's New in astroid 2.12.0?

Release date: 2022-07-09

  • Fix signal has no connect member for PySide2 5.15.2+ and PySide6

    Closes #4040, #5378

  • astroid now requires Python 3.7.2 to run.

  • Avoid setting a Call as a base for classes created using six.with_metaclass().

    Refs PyCQA/pylint#5935

  • Fix detection of builtins on PyPy 3.9.

  • Fix re brain on Python 3.11. The flags now come from re._compile.

  • Build nodes.Module for frozen modules which have location information in their ModuleSpec.

    Closes #1512

  • The astroid.mixins module has been deprecated and marked for removal in 3.0.0.

    Closes #1633

  • Capture and log messages emitted by C extensions when importing them. This prevents contaminating programmatic output, e.g. pylint's JSON reporter.

    Closes PyCQA/pylint#3518

  • Calls to str.format are now correctly inferred.

    Closes #104, Closes #1611

  • __new__ and __init__ have been added to the ObjectModel and are now inferred as BoundMethods.

... (truncated)

Commits


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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.