Update dependency httpx to ^0.24.0

This commit is contained in:
renovate[bot]
2023-04-11 10:38:16 +00:00
parent c3e98f4d22
commit e2a03023da
2 changed files with 8 additions and 26 deletions

View File

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