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.15.6 to 3.0.1 #375

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps astroid from 2.15.6 to 3.0.1.

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.0.1?

Release date: 2023-10-15

What's New in astroid 3.0.0?

Release date: 2023-09-26

  • Add support for Python 3.12, including PEP 695 type parameter syntax.

    Closes #2201

  • Remove support for Python 3.7.

    Refs #2137

  • Use the global inference cache when inferring, even without an explicit InferenceContext. This is a significant performance improvement given how often methods default to None for the context argument. (Linting astroid itself now takes ~5% less time on Python 3.12; other projects requiring more complex inference calculations will see greater speedups.)

    Refs #529

  • Following a deprecation period starting in astroid 2.7.0, the astroid.node_classes and astroid.scoped_nodes modules have been removed in favor of astroid.nodes.node_classes and astroid.nodes.scoped_nodes.

    Closes #1072

  • Following a deprecation period starting in astroid 2.12.0, the astroid.mixins module has been removed in favor of astroid.nodes._base_nodes (private).

    Refs #1633

  • Return all existing arguments when calling Arguments.arguments(). This also means find_argname will now use the whole list of arguments for its search.

    Closes #2213

  • Exclude class attributes from the __members__ container of an Enum class when they are nodes.AnnAssign nodes with no assigned value.

    Refs pylint-dev/pylint#7402

... (truncated)

Commits
  • 0191f53 Bump astroid to 3.0.1, update changelog (#2322)
  • 12f3eb5 Add assigned_stmts() to PEP 695 nodes (#2320) (#2321)
  • 1f57444 Merge pull request #2311 from pylint-dev/fix-maintenance-branch
  • 958ce1e [doc]Fix following the release of 3.0.0
  • a19bd7c Revert "Bump astroid to 3.1.0-dev0, update changelog"
  • 0883b04 Merge release branch for astroid 3.0.0
  • 0ea6d86 Bump astroid to 3.1.0-dev0, update changelog
  • 2891daf Bump astroid to 3.0.0, update changelog
  • d637bdf Revert "Add boilerplate for documenting an upgrade guide (#1873)"
  • 5c8a248 Merge maintenance/2.15.x following 2.15.8 release
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot dependabot bot requested a review from VadVergasov October 16, 2023 15:22
@dependabot dependabot bot had a problem deploying to Testing dependencies October 16, 2023 15:23 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 16, 2023 15:23 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 16, 2023 15:23 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies October 16, 2023 15:23 Failure
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from b332bf2 to e585a2c Compare October 21, 2023 10:35
@dependabot dependabot bot had a problem deploying to Testing dependencies October 21, 2023 10:35 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies October 21, 2023 10:35 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 21, 2023 10:35 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 21, 2023 10:35 Failure
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from e585a2c to b1ffad8 Compare October 22, 2023 13:49
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:49 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:49 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:49 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:49 Error
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from b1ffad8 to 35ea2fd Compare October 22, 2023 13:53
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:53 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:53 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:53 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:53 Error
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from 35ea2fd to 6152d6b Compare October 22, 2023 13:59
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:59 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:59 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:59 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 22, 2023 13:59 Failure
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from 6152d6b to 2422f0c Compare October 23, 2023 22:21
@dependabot dependabot bot had a problem deploying to Testing dependencies October 23, 2023 22:21 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies October 26, 2023 20:06 Error
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from 023b51d to 9dd9b2e Compare November 6, 2023 11:41
@dependabot dependabot bot had a problem deploying to Testing dependencies November 6, 2023 11:41 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 6, 2023 11:41 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 6, 2023 11:41 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies November 6, 2023 11:41 Failure
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from 9dd9b2e to 40bbe11 Compare November 9, 2023 11:20
@dependabot dependabot bot had a problem deploying to Testing dependencies November 9, 2023 11:20 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 9, 2023 11:20 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies November 9, 2023 11:20 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies November 9, 2023 11:20 Failure
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from 40bbe11 to 986766c Compare November 10, 2023 19:48
@dependabot dependabot bot had a problem deploying to Testing dependencies November 10, 2023 19:48 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 10, 2023 19:49 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies November 10, 2023 19:49 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 10, 2023 19:49 Error
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from 986766c to 8486029 Compare November 12, 2023 12:23
@dependabot dependabot bot had a problem deploying to Testing dependencies November 12, 2023 12:23 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies November 12, 2023 12:23 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 12, 2023 12:23 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 12, 2023 12:23 Failure
Bumps [astroid](https://github.com/pylint-dev/astroid) from 2.15.6 to 3.0.1.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v2.15.6...v3.0.1)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/master/astroid-3.0.1 branch from 8486029 to 723bdc1 Compare November 13, 2023 20:00
@dependabot dependabot bot had a problem deploying to Testing dependencies November 13, 2023 20:00 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 13, 2023 20:00 Failure
@dependabot dependabot bot had a problem deploying to Testing dependencies November 13, 2023 20:00 Error
@dependabot dependabot bot had a problem deploying to Testing dependencies November 13, 2023 20:00 Failure
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2023

Superseded by #393.

@dependabot dependabot bot closed this Dec 12, 2023
@dependabot dependabot bot deleted the dependabot/pip/master/astroid-3.0.1 branch December 12, 2023 15:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant