diff --git a/Dockerfile b/Dockerfile index 04ede624..8a1ab74b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.5.2 /uv /bin/uv # 编译参数 ARG VERSION="0.20.0" diff --git a/pyproject.toml b/pyproject.toml index c3f86991..cee2c641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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-plugin-memes==0.7.11", + "nonebot-bison==0.9.5", "nonebot-plugin-status==0.9.0", "nonebot-plugin-bawiki==0.11.3", ] @@ -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", @@ -56,8 +56,8 @@ dev-dependencies = [ "respx>=0.21.1", "freezegun>=1.5.1", "beautifulsoup4>=4.12.3", - "bump-my-version>=0.27.0", - "poethepoet>=0.29.0", + "bump-my-version>=0.28.1", + "poethepoet>=0.30.0", ] [tool.uv.pip]