⬆️ 更新依赖版本

This commit is contained in:
CMHopeSunshine 2023-04-02 12:26:48 +08:00
parent 3c0caafa85
commit d065286598
4 changed files with 604 additions and 948 deletions

View File

@ -9,15 +9,15 @@ assignees: ''
### 确认 ### 确认
- 我的Bot版本已更新到最新且已尝试使用`poetry install`更新依赖库 - 我的Bot版本已更新到最新且已尝试使用`nb paimon install`更新依赖库
- 我已查阅[文档-常见问题](https://docs.paimon.cherishmoon.fun/question.html),无相关解决方案 - 我已查阅[文档-常见问题](https://docs.paimon.cherishmoon.fun/question.html),无相关解决方案
- 我已确认[issue](https://github.com/CMHopeSunshine/LittlePaimon/issues)中没有类似的问题或仍然得不到解决 - 我已确认[issue](https://github.com/CMHopeSunshine/LittlePaimon/issues)中没有类似的问题或仍然得不到解决
### 环境信息 ### 环境信息
- 系统版本: Windows10 - 系统版本: Windows10(example)
- Python版本: 3.9.10 - Python版本: 3.9.10(example)
- Nonebot2版本: 2.0.0rc2 - Nonebot2版本: 2.0.0rc4(example)
### 问题描述 ### 问题描述

1463
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,6 @@ playwright = "^1.27.1"
qrcode = "^7.3.1" qrcode = "^7.3.1"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
nb-cli = "^0.6.7"
[tool.nonebot] [tool.nonebot]
plugins = [] plugins = []

View File

@ -1,28 +1,29 @@
--index-url https://mirrors.aliyun.com/pypi/simple --index-url https://mirrors.aliyun.com/pypi/simple
aiosqlite==0.17.0; python_version >= "3.7" and python_version < "4.0" aiosqlite==0.17.0; python_version >= "3.7" and python_version < "4.0"
amis-python==1.0.6; python_version >= "3.7" and python_version < "4.0" amis-python==1.0.7; python_version >= "3.7" and python_version < "4.0"
anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0" anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0"
apscheduler==3.9.1.post1; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8" apscheduler==3.10.1; python_version >= "3.8" and python_version < "4.0"
backports.zoneinfo==0.2.1; python_version >= "3.8" and python_version < "3.9" and python_full_version < "3.0.0" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8") or python_full_version >= "3.5.0" and python_version < "3.9" and python_version >= "3.8" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8") backports.zoneinfo==0.2.1; python_version >= "3.8" and python_version < "3.9" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.0")
beautifulsoup4==4.11.1; python_full_version >= "3.6.0" beautifulsoup4==4.12.0; python_full_version >= "3.6.0"
certifi==2022.12.7; python_version >= "3.7" certifi==2022.12.7; python_version >= "3.7"
click==8.1.3; python_version >= "3.8" and python_version < "4.0" click==8.1.3; python_version >= "3.8" and python_version < "4.0"
colorama==0.4.6; python_version >= "3.8" and python_full_version < "3.0.0" and platform_system == "Windows" and python_version < "4.0" and sys_platform == "win32" or python_full_version >= "3.7.0" and platform_system == "Windows" and python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" colorama==0.4.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.7.0")
contourpy==1.0.6; python_version >= "3.8" contourpy==1.0.7; python_version >= "3.8"
cycler==0.11.0; python_version >= "3.8" cycler==0.11.0; python_version >= "3.8"
ecdsa==0.18.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" ecdsa==0.18.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
expandvars==0.9.0; python_version >= "3.4" expandvars==0.9.0; python_version >= "3.4"
fastapi==0.89.1; python_version >= "3.8" and python_version < "4.0" fastapi==0.95.0; python_version >= "3.8" and python_version < "4.0"
fonttools==4.38.0; python_version >= "3.8" fonttools==4.39.3; python_version >= "3.8"
gitdb==4.0.10; python_version >= "3.7" gitdb==4.0.10; python_version >= "3.7"
gitpython==3.1.30; python_version >= "3.7" gitpython==3.1.31; python_version >= "3.7"
greenlet==2.0.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" greenlet==2.0.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
h11==0.14.0; python_version >= "3.8" and python_version < "4.0" h11==0.14.0; python_version >= "3.8" and python_version < "4.0"
httpcore==0.16.3; python_version >= "3.7" httpcore==0.16.3; python_version >= "3.7"
httptools==0.5.0; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.5.0" httptools==0.5.0; python_full_version >= "3.5.0"
httpx==0.23.3; python_version >= "3.7" httpx==0.23.3; python_version >= "3.7"
idna==3.4 idna==3.4; python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.2"
importlib-resources==5.12.0; python_version < "3.10" and python_version >= "3.8"
iso8601==1.1.0; python_full_version >= "3.6.2" and python_version < "4.0" and python_version >= "3.7" iso8601==1.1.0; python_full_version >= "3.6.2" and python_version < "4.0" and python_version >= "3.7"
jieba==0.42.1 jieba==0.42.1
jinja2==3.1.2; python_version >= "3.7" and python_version < "4.0" jinja2==3.1.2; python_version >= "3.7" and python_version < "4.0"
@ -30,57 +31,58 @@ joblib==1.2.0; python_version >= "3.8"
kiwisolver==1.4.4; python_version >= "3.8" kiwisolver==1.4.4; python_version >= "3.8"
loguru==0.6.0; python_version >= "3.8" and python_version < "4.0" loguru==0.6.0; python_version >= "3.8" and python_version < "4.0"
lxml==4.9.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") lxml==4.9.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
markupsafe==2.1.1; python_version >= "3.7" and python_version < "4.0" markupsafe==2.1.2; python_version >= "3.7" and python_version < "4.0"
matplotlib==3.6.3; python_version >= "3.8" matplotlib==3.7.1; python_version >= "3.8"
msgpack==1.0.4; python_version >= "3.8" and python_version < "4.0" msgpack==1.0.5; python_version >= "3.8" and python_version < "4.0"
multidict==6.0.4; python_version >= "3.8" and python_version < "4.0" multidict==6.0.4; python_version >= "3.8" and python_version < "4.0"
nonebot-adapter-onebot==2.2.0; python_version >= "3.8" and python_version < "4.0" nonebot-adapter-onebot==2.2.2; python_version >= "3.8" and python_version < "4.0"
nonebot-plugin-apscheduler==0.2.0; python_version >= "3.8" and python_version < "4.0" nonebot-plugin-apscheduler==0.2.0; python_version >= "3.8" and python_version < "4.0"
nonebot2==2.0.0rc2; python_version >= "3.8" and python_version < "4.0" nonebot2==2.0.0rc4; python_version >= "3.8" and python_version < "4.0"
numpy==1.24.1; python_version >= "3.8" numpy==1.24.2; python_version >= "3.8"
packaging==23.0; python_version >= "3.8" packaging==23.0; python_version >= "3.8"
pillow==9.4.0; python_version >= "3.7" pillow==9.5.0; python_version >= "3.7"
playwright==1.29.1; python_version >= "3.7" playwright==1.32.1; python_version >= "3.7"
psutil==5.9.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") psutil==5.9.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pyasn1==0.4.8; python_version >= "3.6" and python_version < "4" pyasn1==0.4.8; python_version >= "3.6" and python_version < "4"
pydantic==1.10.4; python_version >= "3.8" and python_version < "4.0" pydantic==1.10.7; python_version >= "3.8" and python_version < "4.0"
pyee==9.0.4; python_version >= "3.7" pyee==9.0.4; python_version >= "3.7"
pygtrie==2.5.0; python_version >= "3.8" and python_version < "4.0" pygtrie==2.5.0; python_version >= "3.8" and python_version < "4.0"
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.8" pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.8"
pypika-tortoise==0.1.6; python_version >= "3.7" and python_version < "4.0" pypika-tortoise==0.1.6; python_version >= "3.7" and python_version < "4.0"
pypinyin==0.47.1; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0" and python_version < "4") pypinyin==0.47.1; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0" and python_version < "4")
pypng==0.20220715.0; python_version >= "3.7"
python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
python-dotenv==0.21.0 python-dotenv==1.0.0; python_version >= "3.8" and python_version < "4.0"
python-jose==3.3.0 python-jose==3.3.0
pytz-deprecation-shim==0.1.0.post0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8" pytz-deprecation-shim==0.1.0.post0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.0"
pytz==2022.7; python_version >= "3.7" and python_version < "4.0" and (python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8") pytz==2023.3; python_version >= "3.8" and python_version < "4.0"
pyyaml==6.0; python_version >= "3.8" and python_version < "4.0" pyyaml==6.0; python_version >= "3.6"
qrcode==7.3.1; python_version >= "3.6" qrcode==7.4.2; python_version >= "3.7"
rfc3986==1.5.0; python_version >= "3.7" rfc3986==1.5.0; python_version >= "3.7"
rsa==4.9; python_version >= "3.6" and python_version < "4" rsa==4.9; python_version >= "3.6" and python_version < "4"
ruamel.yaml.clib==0.2.7; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.5" ruamel.yaml.clib==0.2.7; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.5"
ruamel.yaml==0.17.21; python_version >= "3" ruamel.yaml==0.17.21; python_version >= "3"
scikit-learn==1.2.0; python_version >= "3.8" scikit-learn==1.2.2; python_version >= "3.8"
scipy==1.9.3; python_version >= "3.8" scipy==1.9.3; python_version >= "3.8"
setuptools-scm==7.1.0; python_version >= "3.8" setuptools-scm==7.1.0; python_version >= "3.8"
shapely==1.8.5.post1; python_version >= "3.6" shapely==1.8.5.post1; python_version >= "3.6"
six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.5.0" and python_version >= "3.8" and python_version < "4" six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_full_version >= "3.3.0" and python_version >= "3.8" and python_version < "4.0"
smmap==5.0.0; python_version >= "3.7" smmap==5.0.0; python_version >= "3.7"
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0" sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.8" and python_version < "4.0"
soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version >= "3.6.0" soupsieve==2.4; python_version >= "3.7" and python_full_version >= "3.6.0"
starlette==0.22.0; python_version >= "3.8" and python_version < "4.0" starlette==0.26.1; python_version >= "3.8" and python_version < "4.0"
threadpoolctl==3.1.0; python_version >= "3.8" threadpoolctl==3.1.0; python_version >= "3.8"
tomli==2.0.1; python_version < "3.11" and python_version >= "3.8" tomli==2.0.1; python_version >= "3.8" and python_version < "3.11"
tomlkit==0.11.6; python_version >= "3.8" and python_version < "4.0" tortoise-orm==0.19.3; python_version >= "3.7" and python_version < "4.0"
tortoise-orm==0.19.2; python_version >= "3.7" and python_version < "4.0" tqdm==4.65.0; python_version >= "3.7"
tqdm==4.64.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") typing-extensions==4.5.0; python_version >= "3.8" and python_version <= "3.8"
typing-extensions==4.4.0; python_version >= "3.8" and python_version <= "3.8" tzdata==2023.3; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" and (python_version >= "3.8" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.8" and python_version < "4.0" and python_full_version >= "3.6.0")
tzdata==2022.7; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8" and platform_system == "Windows" tzlocal==4.3; python_version >= "3.8" and python_version < "4.0"
tzlocal==4.2; python_version >= "3.8" and python_version < "4.0" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
ujson==5.7.0; python_version >= "3.7" ujson==5.7.0; python_version >= "3.7"
uvicorn==0.20.0; python_version >= "3.8" and python_version < "4.0" uvicorn==0.21.1; python_version >= "3.8" and python_version < "4.0"
uvloop==0.17.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "4.0" uvloop==0.17.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.8" and python_version < "4.0"
watchfiles==0.18.1; python_version >= "3.8" and python_version < "4.0" watchfiles==0.19.0; python_version >= "3.7"
websockets==10.4; python_version >= "3.8" and python_version < "4.0" websockets==10.4; python_version >= "3.7"
win32-setctime==1.1.0; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" win32-setctime==1.1.0; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
yarl==1.8.2; python_version >= "3.8" and python_version < "4.0" yarl==1.8.2; python_version >= "3.8" and python_version < "4.0"
zipp==3.15.0; python_version < "3.10" and python_version >= "3.8"