arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

Bump astroid from 2.0.4 to 2.4.2 #75

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps astroid from 2.0.4 to 2.4.2.

Release notes

Sourced from astroid's releases.

astroid 2.4.0

Release Date: 2020-04-27

  • Expose a ast_from_string method in AstroidManager, which will accept source code as a string and return the corresponding astroid object

    Closes PyCQA/astroid#725

  • BoundMethod.implicit_parameters returns a proper value for __new__

    Close PyCQA/pylint#2335

  • Allow slots added dynamically to a class to still be inferred

    Close PyCQA/pylint#2334

  • Allow FunctionDef.getattr to look into both instance attrs and special attributes

    Close PyCQA/pylint#1078

  • Infer qualified classmethod as a classmethod.

    Close PyCQA/pylint#3417

  • Prevent a recursion error to happen when inferring the declared metaclass of a class

    Close #749

  • Raise AttributeInferenceError when getattr() receives an empty name

    Close PyCQA/pylint#2991

  • Prevent a recursion error for self reference variables and type() calls.

    Close #199

  • Do not infer the first argument of a staticmethod in a metaclass as the class itself

    Close PyCQA/pylint#3032

  • NodeNG.bool_value() gained an optional context parameter

    We need to pass an inference context downstream when inferring the boolean value of a node in order to prevent recursion errors and double inference.

    This fix prevents a recursion error with dask library.

    Close PyCQA/pylint#2985

  • Pass a context argument to astroid.Arguments to prevent recursion errors

... (truncated)

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.4.2?

Release Date: 2020-06-08

  • FunctionDef.is_generator properly handles yield nodes in While tests

    Close PyCQA/pylint#3519

  • Properly construct the arguments of infered property descriptors

    Close PyCQA/pylint#3648

What's New in astroid 2.4.1?

Release Date: 2020-05-05

  • Handle the case where the raw builder fails to retrieve the __all__ attribute

    Close #772

  • Restructure the AST parsing heuristic to always pick the same module

    Close PyCQA/pylint#3540 Close #773

  • Changed setup.py to work with distlib

    Close #779

  • Do not crash with SyntaxError when parsing namedtuples with invalid label

    Close PyCQA/pylint#3549

  • Protect against infer_call_result failing with InferenceError in Super.getattr()

    Close PyCQA/pylint#3529

What's New in astroid 2.4.0?

Release Date: 2020-04-27

  • Expose a ast_from_string method in AstroidManager, which will accept source code as a string and return the corresponding astroid object

    Closes PyCQA/astroid#725

  • BoundMethod.implicit_parameters returns a proper value for __new__

... (truncated)

Commits
  • 2d25e84 Prepare 2.4.2
  • e476d0c Properly construct the arguments of infered property descriptors (#796)
  • 8a961d2 Fix the new violations of super-without-arguments
  • 54b7a11 FunctionDef.is_generator properly handles yield nodes in While tests
  • 27ebf13 Bump to 2.4.2 for the next version
  • a672051 Prepare 2.4.1
  • c77a574 Protect against infer_call_result failing with InferenceError in `Super...
  • a3d86bd Do not crash with SyntaxError when parsing namedtuples with invalid label
  • 370459d Changed python_requires to use ">=" syntax (#780)
  • c305cc4 Exclude tests from getting installed from source distribution
  • 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)