From 939ea26cb34a04791d4a5e5498a978bb638d0f69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:43:08 +0000 Subject: [PATCH] chore(deps): update dependency githubkit to >=0.14.5 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f590c653..d65b21e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires-python = ">=3.14.3" dependencies = [ "click>=8.3.1", "docker>=7.1.0", - "githubkit>=0.14.2", + "githubkit>=0.14.5", "jinja2>=3.1.6", "nonebot-adapter-github>=0.6.0", "nonebot2>=2.4.4", diff --git a/uv.lock b/uv.lock index 68551221..03228150 100644 --- a/uv.lock +++ b/uv.lock @@ -282,7 +282,7 @@ wheels = [ [[package]] name = "githubkit" -version = "0.14.2" +version = "0.14.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -291,9 +291,9 @@ dependencies = [ { name = "pydantic" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0a/b7/946faaa1150a43718f82dd4eeee0129f86223b3878aaeaa60651cfa528a0/githubkit-0.14.2.tar.gz", hash = "sha256:6294d6364ce888a8ab65462671c7cef9f47ed9ea2c189758fc69e08f4a42cfa3", size = 2642918, upload-time = "2026-01-03T09:55:52.995Z" } +sdist = { url = "https://files.pythonhosted.org/packages/6a/10/8bb495c907163c0a758425c5d8583ca892a22cfc41095854d67a1ebcc12b/githubkit-0.14.5.tar.gz", hash = "sha256:0238d0922c7a77654a40593729009b2274e1d7a56c7c321c4f84ee1b0017cc5a", size = 2708999, upload-time = "2026-02-26T13:05:58.359Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/08/90/ad97f8bd30de07f2804f1d151078d5897bbb3a4cd851de64af1c1a934a9b/githubkit-0.14.2-py3-none-any.whl", hash = "sha256:00e6f3f49e2cface9699f8f988fbf2bc5c5dcb1ef38133f7a120bf48565923be", size = 6445194, upload-time = "2026-01-03T09:55:51.291Z" }, + { url = "https://files.pythonhosted.org/packages/11/e8/db5be97d81305c31ba7b7ee267ce648419e4ee76201df6fcb0b5a3edeaa9/githubkit-0.14.5-py3-none-any.whl", hash = "sha256:a653261c59ca26dbb5d03a6856b10722eb6d79ac05157231ed4d6bca38b9ae8f", size = 6611545, upload-time = "2026-02-26T13:05:55.954Z" }, ] [package.optional-dependencies] @@ -615,7 +615,7 @@ dev = [ requires-dist = [ { name = "click", specifier = ">=8.3.1" }, { name = "docker", specifier = ">=7.1.0" }, - { name = "githubkit", specifier = ">=0.14.2" }, + { name = "githubkit", specifier = ">=0.14.5" }, { name = "jinja2", specifier = ">=3.1.6" }, { name = "nonebot-adapter-github", specifier = ">=0.6.0" }, { name = "nonebot2", specifier = ">=2.4.4" },