Skip to content

Commit 40b647b

Browse files
chore(deps): update all non-major dependencies
1 parent bb79dde commit 40b647b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3.12.4-slim
2-
COPY --from=ghcr.io/astral-sh/uv:0.5.4 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /bin/uv
33

44
# 设置时区
55
ENV TZ=Asia/Shanghai

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { file = "LICENSE" }
88
requires-python = ">= 3.12"
99
dependencies = [
1010
"docker>=7.1.0",
11-
"githubkit>=0.11.14",
11+
"githubkit>=0.12.0",
1212
"jinja2>=3.1.4",
1313
"nonebot-adapter-github>=0.4.1",
1414
"nonebot2>=2.4.0",
@@ -31,7 +31,7 @@ dev-dependencies = [
3131
"bump-my-version>=0.28.1",
3232
"inline-snapshot>=0.14.0",
3333
"nonebug>=0.4.2",
34-
"poethepoet>=0.31.0",
34+
"poethepoet>=0.31.1",
3535
"pytest-asyncio>=0.24.0",
3636
"pytest-cov>=6.0.0",
3737
"pytest-mock>=3.14.0",

0 commit comments

Comments
 (0)