bump dependency versions

This commit is contained in:
Andreas Wrede
2026-02-09 08:44:28 -05:00
parent 83d5ead471
commit d2e1c7a629
3 changed files with 6 additions and 1921 deletions
+4 -4
View File
@@ -7,7 +7,7 @@ name = "hbd"
version = "5.0.3"
description = "Heartbeat daemon (hbd) — receive heartbeats and act on them"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
license = "MIT"
keywords = ["heartbeat", "monitoring", "dns", "websocket"]
authors = [
@@ -18,9 +18,9 @@ dependencies = [
"websockets>=13.2",
"mattermostdriver>=7.3.0",
"PyYAML>=6.0",
"aiohttp>=3.8",
"Jinja2>=3.1.0",
"fastapi>=0.95.0",
"aiohttp>=3.11",
"Jinja2>=3.1.6",
"fastapi>=0.128.0",
]
[project.optional-dependencies]