⬆️ update dependencies

This commit is contained in:
yanyongyu
2021-10-02 11:14:19 +08:00
parent 9e9608abd8
commit 292b8e6366
10 changed files with 237 additions and 284 deletions

View File

@ -13,7 +13,6 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Robot Framework",
"Framework :: Robot Framework :: Library",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
]
@ -24,7 +23,7 @@ exclude = ["nonebot/__init__.py", "nonebot/adapters/__init__.py"]
[tool.poetry.dependencies]
python = "^3.7.3"
httpx = "^0.19.0"
httpx = ">=0.18.0, <1.0.0"
nonebot2 = "^2.0.0-alpha.14"
[tool.poetry.dev-dependencies]