fix(deps): update dependency httpx to ^0.28.0

This commit is contained in:
renovate[bot] 2025-05-27 05:50:30 +00:00 committed by Hal
parent 852acb080e
commit af4040916c
2 changed files with 5 additions and 6 deletions

View file

@ -30,7 +30,7 @@ packages = [{include = "pypi_query_mcp"}]
[tool.poetry.dependencies]
python = "^3.10"
fastmcp = "^0.2.0"
httpx = "^0.27.0"
httpx = "^0.28.0"
packaging = "^24.0"
pydantic = "^2.0.0"
click = "^8.1.0"