From 5443d666118ed356c6e9e5dc2cf0862b7fc9d6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 01:42:12 +0000 Subject: [PATCH] chore(deps): bump astroid from 4.0.4 to 4.1.2 Bumps [astroid](https://github.com/pylint-dev/astroid) from 4.0.4 to 4.1.2. - [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.0.4...v4.1.2) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85de01685..e1a69b995 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ anthropic==0.120.0 ; python_version >= "3.12" and python_version < "4.0" anyio==4.14.2 ; python_version >= "3.12" and python_version < "4.0" asgiref==3.12.1 ; python_version >= "3.12" and python_version < "4.0" ast-serialize==0.6.0 ; python_version >= "3.12" and python_version < "4.0" -astroid==4.0.4 ; python_version >= "3.12" and python_version < "4.0" +astroid==4.1.2 ; python_version >= "3.12" and python_version < "4.0" attrs==26.1.0 ; python_version >= "3.12" and python_version < "4.0" autoflake==2.3.3 ; python_version >= "3.12" and python_version < "4.0" autopep8==2.3.2 ; python_version >= "3.12" and python_version < "4.0"