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
+2 -1
View File
@@ -9,4 +9,5 @@ test/
build/ build/
dist/ dist/
*.egg-info/ *.egg-info/
ssl/ ssl/
uv.lock
+4 -4
View File
@@ -7,7 +7,7 @@ name = "hbd"
version = "5.0.3" version = "5.0.3"
description = "Heartbeat daemon (hbd) — receive heartbeats and act on them" description = "Heartbeat daemon (hbd) — receive heartbeats and act on them"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.11"
license = "MIT" license = "MIT"
keywords = ["heartbeat", "monitoring", "dns", "websocket"] keywords = ["heartbeat", "monitoring", "dns", "websocket"]
authors = [ authors = [
@@ -18,9 +18,9 @@ dependencies = [
"websockets>=13.2", "websockets>=13.2",
"mattermostdriver>=7.3.0", "mattermostdriver>=7.3.0",
"PyYAML>=6.0", "PyYAML>=6.0",
"aiohttp>=3.8", "aiohttp>=3.11",
"Jinja2>=3.1.0", "Jinja2>=3.1.6",
"fastapi>=0.95.0", "fastapi>=0.128.0",
] ]
[project.optional-dependencies] [project.optional-dependencies]
Generated
-1916
View File
File diff suppressed because it is too large Load Diff