bump dependency versions
This commit is contained in:
@@ -10,3 +10,4 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
ssl/
|
ssl/
|
||||||
|
uv.lock
|
||||||
|
|||||||
+4
-4
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user