From 138042e067dca5b25050f3037a238316fc2f6d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:35:07 +0000 Subject: [PATCH] chore(deps): update catfood requirement from ~=1.0.9 to ~=2.0.0 Updates the requirements on [catfood](https://github.com/DuckDuckStudio/catfood) to permit the latest version. - [Release notes](https://github.com/DuckDuckStudio/catfood/releases) - [Commits](https://github.com/DuckDuckStudio/catfood/compare/1.0.9...2.0.0) --- updated-dependencies: - dependency-name: catfood dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0991035..e57a3c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -catfood~=1.0.9 # 函数功能和异常 +catfood~=2.0.0 # 函数功能和异常 colorama>=0.4.6 # 输颜色 jsonschema==4.26.0 # 验证 YAML / JSON keyring>=25.6.0 # 读Token