From 3595f8b738b5e33b3267822c0f6afc4d0a7fcaf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:15:23 +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 86588aa4..aca8097e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,11 @@ requires-python = ">= 3.12" dependencies = [ "click>=8.1.7", "docker>=7.1.0", - "githubkit>=0.11.14", + "githubkit>=0.12.0", "jinja2>=3.1.4", "nonebot-adapter-github>=0.4.1", "nonebot2>=2.4.0", - "pydantic-extra-types>=2.10.0", + "pydantic-extra-types>=2.10.1", "pyjson5>=1.6.7", "tzdata>=2024.2", ]