File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
3
3
4
4
# 设置时区
5
5
ENV TZ=Asia/Shanghai
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = { file = "LICENSE" }
8
8
requires-python = " >= 3.12"
9
9
dependencies = [
10
10
" docker>=7.1.0" ,
11
- " githubkit>=0.11.14 " ,
11
+ " githubkit>=0.12.0 " ,
12
12
" jinja2>=3.1.4" ,
13
13
" nonebot-adapter-github>=0.4.1" ,
14
14
" nonebot2>=2.4.0" ,
@@ -31,7 +31,7 @@ dev-dependencies = [
31
31
" bump-my-version>=0.28.1" ,
32
32
" inline-snapshot>=0.14.0" ,
33
33
" nonebug>=0.4.2" ,
34
- " poethepoet>=0.31.0 " ,
34
+ " poethepoet>=0.31.1 " ,
35
35
" pytest-asyncio>=0.24.0" ,
36
36
" pytest-cov>=6.0.0" ,
37
37
" pytest-mock>=3.14.0" ,
You can’t perform that action at this time.
0 commit comments