diff --git a/pyproject.toml b/pyproject.toml index 0a462c7..50f926a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "nonebot-plugin-user>=0.4.4", "nonebot-plugin-waiter>=0.8.0", "nonebot-session-to-uninfo>=0.0.2", - "nonebot2[fastapi]>=2.3.3", + "nonebot2[fastapi]>=2.4.4", "pandas>=2.2.3", "pillow>=11.0.0", "playwright>=1.48.0", @@ -184,5 +184,6 @@ replace = "version = \"{new_version}\"" asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "session" -[tool.nonebot] -plugins = ["nonebot_plugin_tetris_stats", "nonebot_plugin_tarina_lang_turbo"] +[tool.nonebot.plugins] +nonebot-plugin-tetris-stats = ["nonebot_plugin_tetris_stats"] +nonebot-plugin-tarina-lang-turbo = ["nonebot_plugin_tarina_lang_turbo"] diff --git a/uv.lock b/uv.lock index 8c0ccf6..4b52c5f 100644 --- a/uv.lock +++ b/uv.lock @@ -2768,7 +2768,7 @@ requires-dist = [ { name = "nonebot-plugin-user", specifier = ">=0.4.4" }, { name = "nonebot-plugin-waiter", specifier = ">=0.8.0" }, { name = "nonebot-session-to-uninfo", specifier = ">=0.0.2" }, - { name = "nonebot2", extras = ["fastapi"], specifier = ">=2.3.3" }, + { name = "nonebot2", extras = ["fastapi"], specifier = ">=2.4.4" }, { name = "pandas", specifier = ">=2.2.3" }, { name = "pillow", specifier = ">=11.0.0" }, { name = "playwright", specifier = ">=1.48.0" },