Skip to content

Comments

⬆️ Bump astroid from 4.0.2 to 4.0.4#879

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/astroid-4.0.4
Open

⬆️ Bump astroid from 4.0.2 to 4.0.4#879
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/astroid-4.0.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps astroid from 4.0.2 to 4.0.4.

Release notes

Sourced from astroid's releases.

v4.0.4

What's New in astroid 4.0.4?

Release date: 2026-02-07

  • Fix is_namespace() crash when search locations contain pathlib.Path objects.

    Closes #2942

v4.0.3

What's New in astroid 4.0.3?

Release date: 2026-01-03

  • Fix inference of IfExp (ternary expression) nodes to avoid prematurely narrowing results in the face of inference ambiguity.

    Closes #2899

  • Fix base class inference for dataclasses using the PEP 695 typing syntax.

    Refs pylint-dev/pylint#10788

Changelog

Sourced from astroid's changelog.

What's New in astroid 4.0.4?

Release date: 2026-02-07

  • Fix is_namespace() crash when search locations contain pathlib.Path objects.

    Closes #2942

What's New in astroid 4.0.3?

Release date: 2026-01-03

  • Fix inference of IfExp (ternary expression) nodes to avoid prematurely narrowing results in the face of inference ambiguity.

    Closes #2899

  • Fix base class inference for dataclasses using the PEP 695 typing syntax.

    Refs pylint-dev/pylint#10788

Commits
  • 019feb6 Bump astroid to 4.0.4, update changelog
  • b25ee05 Fix namespace detection crash (#2949)
  • b978037 Bump astroid to 4.0.3, update changelog
  • 5476bc3 [Backport maintenance/4.0.x] Wrong inference with default argument values (#2...
  • ae761dc [Backport maintenance/4.0.x] Fix base class inference for dataclasses with PE...
  • 077c51f [Backport maintenance/4.0.x] [typing] Add sys check guard for typing.Self for...
  • f3255d1 [Backport maintenance/4.0.x] Skip mypy install for pypy (#2906)
  • d2823f2 [Backport maintenance/4.0.x] [ci] Fix windows cache key (#2903)
  • 05c79e1 [Backport maintenance/4.0.x] Improve self argument typing (#2904)
  • See full diff 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.


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 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)

Bumps [astroid](https://github.com/pylint-dev/astroid) from 4.0.2 to 4.0.4.
- [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.0.4)

---
updated-dependencies:
- dependency-name: astroid
  dependency-version: 4.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 Feb 10, 2026
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