Update dependency httpx to ^0.27.0

This commit is contained in:
renovate[bot]
2024-02-21 13:54:02 +00:00
parent 87467e86f8
commit abc91d5f4d
2 changed files with 5 additions and 5 deletions

@ -16,7 +16,7 @@ Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.26.0"
httpx = "^0.27.0"
pytest = "^8.0.0"
pre-commit = "^3.5.0"