Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 102d3aa commit 6c60712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 6c60712

Please sign in to comment.