From 41940972586adf9bc8938c02ba55e93852a67d76 Mon Sep 17 00:00:00 2001 From: Chenric <91937041+ChenXu233@users.noreply.github.com> Date: Sat, 28 Sep 2024 09:49:59 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E5=8D=87=E7=BA=A7userinfo?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b2d8246..73b2a1c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,7 @@ "dialectlist", "displayname", "htmlrender", + "httpx", "localstore", "parameterless", "postprocessor", diff --git a/pyproject.toml b/pyproject.toml index 4e739b5..9c7d26d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "nonebot-plugin-apscheduler>=0.4.0", "nonebot-plugin-alconna>=0.50.2", "nonebot-plugin-cesaa>=0.4.0", - "nonebot-plugin-userinfo>=0.2.4", + "nonebot-plugin-userinfo>=0.2.6", "nonebot-plugin-htmlrender>=0.3.3", "nonebot2>=2.3.2", "pillow>=10.4.0",