Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump astroid from 2.2.5 to 2.4.2 in /cvat/requirements #1700

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 11, 2020

Bumps astroid from 2.2.5 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5656

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 65.776%

Files with Coverage Reduction New Missed Lines %
cvat/apps/engine/media_extractors.py 3 76.76%
Totals Coverage Status
Change from base Build 5648: -0.01%
Covered Lines: 10917
Relevant Lines: 16203

💛 - Coveralls

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/cvat/requirements/astroid-2.4.2 branch from 358238a to 5809163 Compare June 14, 2020 05:15
@nmanovic nmanovic merged commit c15c639 into develop Jun 15, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cvat/requirements/astroid-2.4.2 branch June 15, 2020 12:15
frndmg pushed a commit to signatrix/cvat that referenced this pull request Aug 5, 2020
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.2.5 to 2.4.2.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog)
- [Commits](pylint-dev/astroid@astroid-2.2.5...astroid-2.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants