chore: 更新上游依赖,修复刷新 cookie 失败的错误

This commit is contained in:
amtoaer
2024-01-04 21:50:28 +08:00
parent 60ea7795ae
commit ceec222604
2 changed files with 412 additions and 382 deletions

View File

@@ -8,13 +8,13 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
bilibili-api-python = { git = "https://github.com/amtoaer/bilibili-api.git", rev = "dev" }
dataclasses-json = "0.6.2"
tortoise-orm = "0.20.0"
loguru = "0.7.2"
uvloop = "0.19.0"
aiofiles = "23.2.1"
aerich = "0.7.2"
bilibili-api-python = {git = "https://github.com/Nemo2011/bilibili-api", rev = "dev"}
[tool.poetry.group.dev.dependencies]
black = "23.11.0"