From a2b75c24880a665f039dadca08134d9e80d73326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:21:02 +0000 Subject: [PATCH] Bump astroid from 3.3.11 to 4.0.0 Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.3.11 to 4.0.0. - [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.0) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.0.0 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 922dad3..691e220 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ idna==3.10 # requests certifi==2025.10.5 # requests, sentry-sdk requests==2.32.5 -astroid==3.3.11 +astroid==4.0.0 pylint==3.3.9 six==1.17.0