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",