From 6c60712f56d92877865e46f15c8945554c438d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:23:38 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Dockerfile | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f848632c..2d302d36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.12.4-slim -COPY --from=ghcr.io/astral-sh/uv:0.5.4 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.6 /uv /bin/uv # 设置时区 ENV TZ=Asia/Shanghai diff --git a/pyproject.toml b/pyproject.toml index 23d15916..a13d3320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = { file = "LICENSE" } requires-python = ">= 3.12" dependencies = [ "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", @@ -31,7 +31,7 @@ dev-dependencies = [ "bump-my-version>=0.28.1", "inline-snapshot>=0.14.0", "nonebug>=0.4.2", - "poethepoet>=0.31.0", + "poethepoet>=0.31.1", "pytest-asyncio>=0.24.0", "pytest-cov>=6.0.0", "pytest-mock>=3.14.0",