Skip to content

Update astroid requirement from <=2.5,>=2.4.0 to >=2.4.0,<2.13 #31

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

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Updates the requirements on astroid to permit the latest version.

Changelog

Sourced from astroid's changelog.

What's New in astroid 2.12.2?

Release date: 2022-07-12

  • Fixed crash in modulo operations for divisions by zero.

    Closes #1700

  • Fixed crash with recursion limits during inference.

    Closes #1646

What's New in astroid 2.12.1?

Release date: 2022-07-10

  • Fix a crash when inferring old-style string formatting (%) using tuples.

  • Fix a crash when None (or a value inferred as None) participates in a ** expression.

  • Fix a crash involving properties within if blocks.

What's New in astroid 2.12.0?

Release date: 2022-07-09

  • Fix signal has no connect member for PySide2 5.15.2+ and PySide6

    Closes #4040, #5378

  • astroid now requires Python 3.7.2 to run.

  • Avoid setting a Call as a base for classes created using six.with_metaclass().

    Refs PyCQA/pylint#5935

  • Fix detection of builtins on PyPy 3.9.

  • Fix re brain on Python 3.11. The flags now come from re._compile.

  • Build nodes.Module for frozen modules which have location information in their ModuleSpec.

    Closes #1512

  • The astroid.mixins module has been deprecated and marked for removal in 3.0.0.

    Closes #1633

... (truncated)

Commits
  • 14a0d65 Bump astroid to 2.12.2, update changelog
  • 199d9e7 [pre-commit.ci] pre-commit autoupdate (#1707)
  • 162f8ed Add some implicit typing (#1706)
  • 5fa001f Catch RecursionError in raise_if_nothing_inferred (#1705)
  • 9940888 Bump runners to 3.10 (#1704)
  • 153ca73 Prevent applying boolean ops to NotImplemented (#1702)
  • 875d42e Only infer module operations on string Const nodes (#1701)
  • fbb6941 Make the potential attributes of all exceptions explicit
  • 2787190 [contributors] Remove the logilab alias, we can show individual
  • ab469e2 Bump astroid to 2.12.1, update changelog
  • 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/main/ChangeLog)
- [Commits](pylint-dev/astroid@astroid-2.4.0...v2.12.2)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2022
@auto-assign auto-assign bot requested a review from domdfcoding July 18, 2022 15:06
@repo-helper repo-helper bot added failure: docs The docs check is failing. failure: Linux The Linux tests are failing. labels Jul 18, 2022
@repo-helper repo-helper bot added the failure: Windows The Windows tests are failing. label Jul 18, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 29, 2022

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 stale bot added the stale label Feb 25, 2023
@domdfcoding
Copy link
Member

@dependabot recreate

@stale stale bot removed the stale label Nov 20, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #35.

@dependabot dependabot bot closed this Nov 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/astroid-gte-2.4.0-and-lt-2.13 branch November 20, 2023 23:25
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 failure: docs The docs check is failing. failure: Linux The Linux tests are failing. failure: Windows The Windows tests are failing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant