From 3557f9c85f8a7de1ed196604aeb87be7e6219532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:21:54 +0000 Subject: [PATCH] chore(deps): update python dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0f6641e..ebd39ab2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,11 @@ requires-python = ">=3.14.3" dependencies = [ "click>=8.3.1", "docker>=7.1.0", - "githubkit>=0.14.7", + "githubkit>=0.15.1", "jinja2>=3.1.6", "nonebot-adapter-github>=0.6.0", "nonebot2>=2.4.4", - "pydantic-extra-types>=2.11.0", + "pydantic-extra-types>=2.11.1", "pyjson5>=2.0.0", "tzdata>=2025.3", ]