Update dependency httpx to ^0.28.0 (#301)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-28 15:21:50 +00:00
committed by GitHub
parent e4a3b5c0e3
commit 545355b37f
2 changed files with 5 additions and 6 deletions

View File

@ -9,7 +9,7 @@ python = "^3.12"
apscheduler = "^3.10.4"
discord-webhook = "^1.3.1"
fastapi = "^0.115.0"
httpx = "^0.27.0"
httpx = "^0.28.0"
jinja2 = "^3.1.4"
lxml = "^4.9.4"
markdownify = "^0.14.0"