From 2de1e6db434093b52adcd75c0eac9146de981600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:26:50 +0000 Subject: [PATCH] chore(deps-py)(deps): update astroid requirement in /api Updates the requirements on [astroid](https://github.com/pylint-dev/astroid) to permit the latest version. - [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.0.0...v4.1.2) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 7d4b310..bfd0a70 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -31,7 +31,7 @@ PyGithub>=2.1.1 mcp>=0.9.0 # Code Analysis -astroid>=3.0.0 +astroid>=4.1.2 # Utilities aiofiles>=23.0.0