From eed208f4fec3ef484fb723557f743f772c1aa667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:16:12 +0000 Subject: [PATCH] Bump astroid from 4.2.0b1 to 4.2.0b3 Bumps [astroid](https://github.com/pylint-dev/astroid) from 4.2.0b1 to 4.2.0b3. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](https://github.com/pylint-dev/astroid/compare/v4.2.0b1...v4.2.0b3) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.2.0b3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_test_min.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95e2913f8b..3652ea5448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ docs = [ # Configuration for the build system test-min = [ # Base test dependencies - "astroid==4.2.0b1", # Pinned to a specific version for tests + "astroid==4.2.0b3", # Pinned to a specific version for tests "py~=1.11.0", "pytest>=8.4,<10", "pytest-benchmark~=5.1", diff --git a/requirements_test_min.txt b/requirements_test_min.txt index ce2e92849b..18db04fde6 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,6 +1,6 @@ .[testutils,spelling] # astroid dependency is also defined in pyproject.toml -astroid==4.2.0b1 # Pinned to a specific version for tests +astroid==4.2.0b3 # Pinned to a specific version for tests typing-extensions~=4.15 py~=1.11.0 pytest>=8.4,<10.0