Update dependency httpx to ^0.24.0

This commit is contained in:
renovate[bot]
2023-04-11 15:18:16 +00:00
parent b4c916e324
commit feb7cd7697
2 changed files with 8 additions and 26 deletions

View File

@ -21,7 +21,7 @@ uvicorn = {extras = ["standard"], version = "^0.21.0"}
jinja2 = "^3.1.2"
[tool.poetry.group.dev.dependencies]
httpx = "^0.23.0"
httpx = "^0.24.0"
pytest = "^7.1.1"
[build-system]