Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2021

Updates the requirements on astroid to permit the latest version.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.5.1?

Release Date: 2021-02-28

What's New in astroid 2.5?

Release Date: 2021-02-15

  • Adds attr_fset in the PropertyModel class.

    Fixes PyCQA/pylint#3480

  • Remove support for Python 3.5.

  • Remove the runtime dependency on six. The six brain remains in astroid.

    Fixes PyCQA/astroid#863

  • Enrich the brain_collection module so that __class_getitem__ method is added to deque for python version above 3.9.

  • The context.path is now a dict and the context.push method returns True if the node has been visited a certain amount of times.

    Close #669

  • Adds a brain for type object so that it is possible to write type[int] in annotation.

    Fixes PyCQA/pylint#4001

  • Add __class_getitem__ method to subprocess.Popen brain under Python 3.9 so that it is seen as subscriptable by pylint.

... (truncated)

Commits
  • 79d7237 Fix version for 2.5.1 tag
  • 181642f Solves "Duplicates found in MROs" false positives. (#905, #916)
  • 8c2a13f Upgrade copyrite notice
  • e230455 Add copyrite aliases like in pylint
  • 8e93ff4 Add pyupgrade to the pre-commit configuration
  • d866e65 Upgrade the version handling to mirror pylint's
  • fd90613 Upgrade the doc about release
  • f3a7c35 Update ChangeLog
  • 5f2cfb8 Don't transform dataclass ClassVars (#914)
  • 0f8e233 Update license metadata
  • Additional commits viewable in compare view

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)

Updates the requirements on [astroid](https://github.com/PyCQA/astroid) to permit the latest version.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog)
- [Commits](pylint-dev/astroid@astroid-2.4.0...astroid-2.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2021
@dependabot dependabot bot requested a review from domdfcoding March 1, 2021 06:52
@coveralls
Copy link

coveralls commented Mar 1, 2021

Coverage Status

Coverage remained the same at 91.329% when pulling 4e482ee on dependabot/pip/astroid-gte-2.4.0-and-lt-2.6 into cec9422 on master.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 29, 2021

A newer version of astroid exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@stale
Copy link

stale bot commented Jan 15, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jan 15, 2022
@stale stale bot closed this Jul 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 15, 2022

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.

@dependabot dependabot bot deleted the dependabot/pip/astroid-gte-2.4.0-and-lt-2.6 branch July 15, 2022 02:41
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 wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants