diff --git a/nonebot_plugin_tetris_stats/utils/render/schemas/tetrio/user/info_v2.py b/nonebot_plugin_tetris_stats/utils/render/schemas/tetrio/user/info_v2.py index a561eb3..dbe38c6 100644 --- a/nonebot_plugin_tetris_stats/utils/render/schemas/tetrio/user/info_v2.py +++ b/nonebot_plugin_tetris_stats/utils/render/schemas/tetrio/user/info_v2.py @@ -3,7 +3,7 @@ from typing import Literal from pydantic import BaseModel -from ......games.tetrio.api.typing import Rank, ValidRank +from ......games.tetrio.api.typing import Rank from .....typing import Number from ...base import Avatar from .base import TetraLeagueHistoryData diff --git a/poetry.lock b/poetry.lock index 6588f6b..3132a77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1977,13 +1977,13 @@ nonebot2 = ">=2.3.0" [[package]] name = "nonebot2" -version = "2.3.2" +version = "2.3.3" description = "An asynchronous python bot framework." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "nonebot2-2.3.2-py3-none-any.whl", hash = "sha256:c51aa3c1f23d8062ce6d13c8423dcb9a8bf0c44f21687916095f825da79a9a55"}, - {file = "nonebot2-2.3.2.tar.gz", hash = "sha256:af52e27e03e7fe147f2b642151eec81f264d058efe53b974eb08b5d90177cd14"}, + {file = "nonebot2-2.3.3-py3-none-any.whl", hash = "sha256:5bc8d073091347f29c4a1a2f927c24a8941e5d286c77139376259318b9bbfc68"}, + {file = "nonebot2-2.3.3.tar.gz", hash = "sha256:4fa7707de5d708c27cc49493bc78a07fee2ba01f5516835a2ea5fbebb49b9dfa"}, ] [package.dependencies]