Skip to content

build(deps): bump astroid in /packages/python-ta#1316

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/packages/python-ta/pip-cf12e72057
Closed

build(deps): bump astroid in /packages/python-ta#1316
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/packages/python-ta/pip-cf12e72057

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Updates the requirements on and astroid to permit the latest version.
Updates astroid to 4.1.1

Release notes

Sourced from astroid's releases.

v4.1.1

What's New in astroid 4.1.1?

Release date: 2026-02-22

  • Let UnboundMethodModel inherit from FunctionModel to improve inference of dunder methods for unbound methods.

    Refs #2741

  • Filter Unknown from UnboundMethod and Super special attribute lookup to prevent placeholder nodes from leaking during inference.

    Refs #2741

Changelog

Sourced from astroid's changelog.

What's New in astroid 4.1.1?

Release date: 2026-02-22

  • Let UnboundMethodModel inherit from FunctionModel to improve inference of dunder methods for unbound methods.

    Refs #2741

  • Filter Unknown from UnboundMethod and Super special attribute lookup to prevent placeholder nodes from leaking during inference.

    Refs #2741

What's New in astroid 4.1.0?

Release date: 2026-02-08

  • Add support for equality constraints (==, !=) in inference. Closes pylint-dev/pylint#3632 Closes pylint-dev/pylint#3633

  • Ensure ast.JoinedStr nodes are Uninferable when the ast.FormattedValue is Uninferable. This prevents unexpected-keyword-arg messages in Pylint where the Uninferable string appeared in function arguments that were constructed dynamically.

    Closes pylint-dev/pylint#10822

  • Add support for type constraints (isinstance(x, y)) in inference.

    Closes pylint-dev/pylint#1162 Closes pylint-dev/pylint#4635 Closes pylint-dev/pylint#10469

  • Make type.__new__() raise clear errors instead of returning None

  • Move object dunder methods from FunctionModel to ObjectModel to make them available on all object types, not just functions.

    Closes #2742 Closes #2741 Closes pylint-dev/pylint#6094

  • lineno and end_lineno are now available on Arguments.

  • Add helper to iterate over all annotations nodes of function arguments, Arguments.get_annotations().

... (truncated)

Commits
  • f11d7ae Bump astroid to 4.1.1, update changelog
  • 3ea62ba [Backport maintenance/4.1.x] Prevent Unknown from leaking via special attribu...
  • e064505 Fix __doc__ on unbound method (#2958)
  • a57e817 [Backport maintenance/4.1.x] [pre-commit.ci] pre-commit autoupdate (#2959) (#...
  • 5ffc8aa Bump astroid to 4.1.0, update changelog
  • 7a8a4c0 Post 4.0.4 (#2955)
  • b20dda8 Merge branch 'maintenance/4.0.x' into post-4.0.4
  • 019feb6 Bump astroid to 4.0.4, update changelog
  • b25ee05 Fix namespace detection crash (#2949)
  • 55f76d8 Implement equality constraint (#2927)
  • Additional commits viewable in compare view

Updates astroid to 4.1.1

Release notes

Sourced from astroid's releases.

v4.1.1

What's New in astroid 4.1.1?

Release date: 2026-02-22

  • Let UnboundMethodModel inherit from FunctionModel to improve inference of dunder methods for unbound methods.

    Refs #2741

  • Filter Unknown from UnboundMethod and Super special attribute lookup to prevent placeholder nodes from leaking during inference.

    Refs #2741

Changelog

Sourced from astroid's changelog.

What's New in astroid 4.1.1?

Release date: 2026-02-22

  • Let UnboundMethodModel inherit from FunctionModel to improve inference of dunder methods for unbound methods.

    Refs #2741

  • Filter Unknown from UnboundMethod and Super special attribute lookup to prevent placeholder nodes from leaking during inference.

    Refs #2741

What's New in astroid 4.1.0?

Release date: 2026-02-08

  • Add support for equality constraints (==, !=) in inference. Closes pylint-dev/pylint#3632 Closes pylint-dev/pylint#3633

  • Ensure ast.JoinedStr nodes are Uninferable when the ast.FormattedValue is Uninferable. This prevents unexpected-keyword-arg messages in Pylint where the Uninferable string appeared in function arguments that were constructed dynamically.

    Closes pylint-dev/pylint#10822

  • Add support for type constraints (isinstance(x, y)) in inference.

    Closes pylint-dev/pylint#1162 Closes pylint-dev/pylint#4635 Closes pylint-dev/pylint#10469

  • Make type.__new__() raise clear errors instead of returning None

  • Move object dunder methods from FunctionModel to ObjectModel to make them available on all object types, not just functions.

    Closes #2742 Closes #2741 Closes pylint-dev/pylint#6094

  • lineno and end_lineno are now available on Arguments.

  • Add helper to iterate over all annotations nodes of function arguments, Arguments.get_annotations().

... (truncated)

Commits
  • f11d7ae Bump astroid to 4.1.1, update changelog
  • 3ea62ba [Backport maintenance/4.1.x] Prevent Unknown from leaking via special attribu...
  • e064505 Fix __doc__ on unbound method (#2958)
  • a57e817 [Backport maintenance/4.1.x] [pre-commit.ci] pre-commit autoupdate (#2959) (#...
  • 5ffc8aa Bump astroid to 4.1.0, update changelog
  • 7a8a4c0 Post 4.0.4 (#2955)
  • b20dda8 Merge branch 'maintenance/4.0.x' into post-4.0.4
  • 019feb6 Bump astroid to 4.0.4, update changelog
  • b25ee05 Fix namespace detection crash (#2949)
  • 55f76d8 Implement equality constraint (#2927)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on  and [astroid](https://github.com/pylint-dev/astroid) to permit the latest version.

Updates `astroid` to 4.1.1
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v4.0.2...v4.1.1)

Updates `astroid` to 4.1.1
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v4.0.2...v4.1.1)

---
updated-dependencies:
- dependency-name: astroid
  dependency-version: 4.1.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: astroid
  dependency-version: 4.1.1
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2026

Superseded by #1322.

@dependabot dependabot bot closed this Apr 1, 2026
@dependabot dependabot bot deleted the dependabot/pip/packages/python-ta/pip-cf12e72057 branch April 1, 2026 02:16
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