From d202359f2ffcd595c193878c51c006fea7b5fd06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:11:58 +0000 Subject: [PATCH] deps(llm-maker): bump the llm-maker-deps group across 1 directory with 4 updates Updates the requirements on [ast-grep-py](https://github.com/ast-grep/ast-grep), [astroid](https://github.com/pylint-dev/astroid), [restrictedpython](https://github.com/zopefoundation/RestrictedPython) and [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `ast-grep-py` to 0.45.1 - [Release notes](https://github.com/ast-grep/ast-grep/releases) - [Changelog](https://github.com/ast-grep/ast-grep/blob/main/CHANGELOG.md) - [Commits](https://github.com/ast-grep/ast-grep/compare/0.44.1...0.45.1) Updates `astroid` to 4.3.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/v4.1.2...v4.3.0) Updates `restrictedpython` to 8.4 - [Changelog](https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/RestrictedPython/compare/8.3...8.4) Updates `mcp` to 2.0.0 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.28.1...v2.0.0) --- updated-dependencies: - dependency-name: ast-grep-py dependency-version: 0.45.1 dependency-type: direct:production dependency-group: llm-maker-deps - dependency-name: astroid dependency-version: 4.3.0 dependency-type: direct:production dependency-group: llm-maker-deps - dependency-name: restrictedpython dependency-version: '8.4' dependency-type: direct:production dependency-group: llm-maker-deps - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production dependency-group: llm-maker-deps ... Signed-off-by: dependabot[bot] --- ai-projects/llm-maker/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ai-projects/llm-maker/requirements.txt b/ai-projects/llm-maker/requirements.txt index 9d1946369..882490c08 100644 --- a/ai-projects/llm-maker/requirements.txt +++ b/ai-projects/llm-maker/requirements.txt @@ -4,14 +4,14 @@ # Already installed in parent: openai, azure-openai # Code Safety and Analysis -ast-grep-py>=0.44.1 -astroid>=4.1.2 +ast-grep-py>=0.45.1 +astroid>=4.3.0 # Sandboxed Execution -RestrictedPython>=8.3 +RestrictedPython>=8.4 # MCP Server (Model Context Protocol) -mcp>=1.28.1 +mcp>=2.0.0 # Utilities pyyaml>=6.0.3