Update dependency httpx to ^0.26.0

This commit is contained in:
renovate[bot]
2024-01-23 00:45:06 +00:00
parent 6e4180f6e0
commit bef59e218c
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ python-dotenv = "^1.0.0"
tomlkit = "^0.12.0"
beautifulsoup4 = "^4.11.2"
lxml = "^4.9.2"
httpx = "^0.25.0"
httpx = "^0.26.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"