From e15622748b807fe2b8df2998809333569066d188 Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Mon, 1 Aug 2022 08:21:30 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6e75aad..433251c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ url = "https://mirrors.aliyun.com/pypi/simple/" [tool.poetry.dependencies] python = "^3.8" -nonebot2 = "^2.0.0-beta.2" +nonebot2 = "^2.0.0-beta.4" nonebot-adapter-onebot = "^2.0.0-beta.1" aiofiles = "^0.8.0" aiohttp = "3.7.4.post0"