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 Oct 31, 2024
1 parent 89438d7 commit d9616e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.20 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.4.29 /uv /bin/uv

# 编译参数
ARG VERSION="0.20.0"
Expand Down
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@ dependencies = [
"pydantic>=2.9.2",
"eorzeaenv @ git+https://github.com/he0119/EorzeaEnv.git@coolqbot",
"matplotlib>=3.9.2",
"uvicorn[standard]>=0.31.1",
"uvicorn[standard]>=0.32.0",
"uvicorn-worker>=0.2.0",
"gunicorn>=23.0.0",
"nonebot2[httpx,fastapi,aiohttp]>=2.3.3",
"nonebot2[httpx,fastapi,aiohttp]>=2.4.0",
"nb-cli>=1.4.2",
"nonebot-adapter-discord>=0.1.8",
"nonebot-adapter-dodo>=0.2.1",
"nonebot-adapter-kaiheila>=0.3.4",
"nonebot-adapter-onebot>=2.4.5",
"nonebot-adapter-qq>=1.5.2",
"nonebot-adapter-onebot>=2.4.6",
"nonebot-adapter-qq>=1.5.3",
"nonebot-adapter-red>=0.9.0",
"nonebot-adapter-satori>=0.12.6",
"nonebot-adapter-telegram>=0.1.0b18",
"nonebot-adapter-telegram>=0.1.0b19",
"nonebot-plugin-wordcloud>=0.8.0",
"nonebot-plugin-treehelp>=0.5.0",
"nonebot-plugin-user>=0.4.3",
"nonebot-plugin-user>=0.4.4",
"nonebot-plugin-orm[default]>=0.7.6",
"nonebot-plugin-apscheduler>=0.5.0",
"nonebot-plugin-send-anything-anywhere>=0.7.1",
"nonebot-plugin-alconna>=0.53.0",
"nonebot-plugin-alconna>=0.53.1",
"nonebot-plugin-datastore>=1.3.0",
"nonebot-plugin-sentry>=2.0.0",
"nonebot-plugin-memes==0.7.10",
"nonebot-bison==0.9.4",
"nonebot-bison==0.9.5",
"nonebot-plugin-status==0.9.0",
"nonebot-plugin-bawiki==0.11.3",
]
Expand All @@ -46,7 +46,7 @@ Changelog = "https://github.com/he0119/CoolQBot/blob/main/CHANGELOG.md"

[tool.uv]
dev-dependencies = [
"nonebug>=0.3.7",
"nonebug>=0.4.2",
"nonebug-saa>=0.4.1",
"pytest-cov>=5.0.0",
"pytest-mock>=3.14.0",
Expand All @@ -56,7 +56,7 @@ dev-dependencies = [
"respx>=0.21.1",
"freezegun>=1.5.1",
"beautifulsoup4>=4.12.3",
"bump-my-version>=0.27.0",
"bump-my-version>=0.28.0",
"poethepoet>=0.29.0",
]

Expand Down

0 comments on commit d9616e5

Please sign in to comment.