From da121bd0817cf3838e42f2532ed0cbd1995715f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 18:02:56 +0000 Subject: [PATCH] chore(deps)(deps): update python-frontmatter requirement in /backend Updates the requirements on [python-frontmatter](https://github.com/eyeseast/python-frontmatter) to permit the latest version. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: python-frontmatter dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2a14615..4e998b6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -34,7 +34,7 @@ volcengine-python-sdk[ark]>=5.0.26 # Ollama Python SDK——agentscope OllamaChatModel 内部调用 ollama.AsyncClient,不装则运行时报 ModuleNotFoundError ollama>=0.4.0 httpx>=0.27.0 -python-frontmatter>=1.1.0 +python-frontmatter>=1.3.0 packaging>=23.0 user-agents>=2.2.0 cachetools>=7.1.1