diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1c075b8..4d12ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = "^3.8.5" aiofiles = "^0.8.0" APScheduler = "^3.9.1" Pillow = "^9.3.0" -nonebot2 = {extras = ["fastapi"], version = "^2.0.0rc3"} +nonebot2 = {extras = ["fastapi"], version = "^2.2.0"} nonebot-adapter-onebot = "^2.0.0-beta.1" nonebot-plugin-gocqhttp = "^0.5.5" psutil = "^5.9.1" |