From d7803552e4508410fb01299e476b7684778fe3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:05:48 +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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 54d5ada..b16f190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] requires-python = ">=3.12" dependencies = [ - "catfood~=1.0.9", + "catfood~=2.0.0", "colorama>=0.4.6", "jsonschema==4.26.0", "keyring>=25.6.0", diff --git a/requirements.txt b/requirements.txt index 18b0521..00d9cfd 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