-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
97422b2
commit 5b11be6
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,36 +4,36 @@ version = "0.20.0" | |
description = "基于 NoneBot2 的聊天机器人" | ||
authors = [{ name = "uy_sun", email = "[email protected]" }] | ||
dependencies = [ | ||
"pydantic>=2.9.2", | ||
"pydantic>=2.10.0", | ||
"eorzeaenv @ git+https://github.com/he0119/EorzeaEnv.git@coolqbot", | ||
"matplotlib>=3.9.2", | ||
"uvicorn[standard]>=0.31.1", | ||
"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.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", | ||
"openai>=1.54.4", | ||
"openai>=1.55.0", | ||
] | ||
readme = "README.md" | ||
license = { file = "LICENSE" } | ||
|
@@ -47,7 +47,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", | ||
|
@@ -57,8 +57,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] | ||
|