From ea90de2067bb2f4efcd462e8a50f2d441eb16d98 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 6 May 2024 15:17:11 -0700 Subject: [PATCH] bump globalnoc_alertmon_agent to 1.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fe8ddd..c7215ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" dependencies = [ "flake8-pyproject", "flask", - "globalnoc_alertmon_agent==1.0.1", + "globalnoc_alertmon_agent==1.0.4", "prometheus-flask-exporter==0.23.0", "pytest", "python-dateutil",