Skip to content

Commit 7b72dd0

Browse files
chore(deps): update all non-major dependencies (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1cd5019 commit 7b72dd0

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
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.4.29 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:0.5.2 /uv /bin/uv
33

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"nonebot-adapter-github>=0.4.1",
1414
"nonebot2>=2.4.0",
1515
"pre-commit>=4.0.1",
16-
"pydantic-extra-types>=2.9.0",
16+
"pydantic-extra-types>=2.10.0",
1717
"pyjson5>=1.6.7",
1818
]
1919

@@ -29,9 +29,9 @@ plugin = ["click>=8.1.7", "tzdata>=2024.2"]
2929
[tool.uv]
3030
dev-dependencies = [
3131
"bump-my-version>=0.28.1",
32-
"inline-snapshot>=0.13.3",
32+
"inline-snapshot>=0.14.0",
3333
"nonebug>=0.4.2",
34-
"poethepoet>=0.29.0",
34+
"poethepoet>=0.30.0",
3535
"pytest-asyncio>=0.24.0",
3636
"pytest-cov>=6.0.0",
3737
"pytest-mock>=3.14.0",

uv.lock

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)