⬆️ Bump httpx from 0.24.0 to 0.25.0

This commit is contained in:
洛水居室 2023-12-15 22:05:12 +08:00
parent fa0cbbfa03
commit a48001caba
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
httpx = "^0.24.0" httpx = "^0.25.0"
ujson = "^5.8.0" ujson = "^5.8.0"
Jinja2 = "^3.1.2" Jinja2 = "^3.1.2"
python-telegram-bot = { version = "^20.7", extras = ["ext", "rate-limiter"] } python-telegram-bot = { version = "^20.7", extras = ["ext", "rate-limiter"] }