From 31b5ebcbd32d71f4119f0f8bd35c54e6ffb7cb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:03:00 +0000 Subject: [PATCH] chore(deps): bump astroid from 3.3.11 to 4.0.3 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.3.11 to 4.0.3. - [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/v3.3.11...v4.0.3) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b96eea0..7076089f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astroid == 3.3.11 +astroid == 4.0.3 pylint == 3.3.9 pytest >= 8.2.2 pytest-cov >= 2.4.0