Skip to content

Bump astroid from 2.2.3 to 2.4.1 in /fact-bounty-flask#169

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/fact-bounty-flask/astroid-2.4.1
Closed

Bump astroid from 2.2.3 to 2.4.1 in /fact-bounty-flask#169
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/fact-bounty-flask/astroid-2.4.1

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps astroid from 2.2.3 to 2.4.1.

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.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__

    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

... (truncated)
Commits
  • 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
  • efb5155 Restructure the AST parsing heuristic to always pick the same module
  • b9974d5 Handle the case where the raw builder fails to retrieve the __all__ attri...
  • 6c8bfb4 Prepare 2.4.0 release of astroid
  • c2e6a88 Add missing copyright annotations for the past releases
  • de15854 Transform read_module() into a lambda to prevent it being marked as a bound m...
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 5, 2020
@dependabot-preview
Copy link
Copy Markdown
Author

Superseded by #179.

@dependabot-preview dependabot-preview Bot deleted the dependabot/pip/fact-bounty-flask/astroid-2.4.1 branch June 8, 2020 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants