Skip to content

Commit

Permalink
chore(deps): update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 848fdbc commit 69c280e
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 106 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@ version = "0.20.1"
description = "基于 NoneBot2 的聊天机器人"
authors = [{ name = "uy_sun", email = "[email protected]" }]
dependencies = [
"pydantic>=2.9.2",
"pydantic>=2.10.2",
"eorzeaenv @ git+https://github.com/he0119/EorzeaEnv.git@coolqbot",
"matplotlib>=3.9.2",
"uvicorn[standard]>=0.31.1",
"matplotlib>=3.9.3",
"uvicorn[standard]>=0.32.1",
"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.0b20",
"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.54.0",
"nonebot-plugin-datastore>=1.3.0",
"nonebot-plugin-sentry>=2.0.0",
"nonebot-plugin-memes==0.7.10",
"nonebot-plugin-memes==0.7.11",
"nonebot-bison==0.9.5",
"nonebot-plugin-status==0.9.0",
"nonebot-plugin-bawiki==0.11.3",
"openai>=1.54.4",
"openai>=1.55.3",
]
readme = "README.md"
license = { file = "LICENSE" }
Expand Down
Loading

0 comments on commit 69c280e

Please sign in to comment.