Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 50a118f commit 057d196
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 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.4.25 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.29 /uv /bin/uv

# 设置时区
ENV TZ=Asia/Shanghai
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"githubkit>=0.11.14",
"jinja2>=3.1.4",
"nonebot-adapter-github>=0.4.1",
"nonebot2>=2.3.3",
"nonebot2>=2.4.0",
"pre-commit>=4.0.1",
"pydantic-extra-types>=2.9.0",
]
Expand All @@ -27,9 +27,9 @@ plugin = ["click>=8.1.7", "tzdata>=2024.2"]

[tool.uv]
dev-dependencies = [
"bump-my-version>=0.28.0",
"bump-my-version>=0.28.1",
"inline-snapshot>=0.13.3",
"nonebug>=0.4.1",
"nonebug>=0.4.2",
"poethepoet>=0.29.0",
"pytest-asyncio>=0.24.0",
"pytest-cov>=6.0.0",
Expand Down
35 changes: 23 additions & 12 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 057d196

Please sign in to comment.