diff --git a/pyproject.toml b/pyproject.toml index d64685b7..2fe9120c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,13 +7,13 @@ readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.13.5" dependencies = [ - "click>=8.2.1", + "click>=8.3.0", "docker>=7.1.0", - "githubkit>=0.12.15", + "githubkit>=0.13.4", "jinja2>=3.1.6", "nonebot-adapter-github>=0.5.0", - "nonebot2>=2.4.2", - "pydantic-extra-types>=2.10.5", + "nonebot2>=2.4.3", + "pydantic-extra-types>=2.10.6", "pyjson5>=2.0.0", "tzdata>=2025.2", ]