From e00389f787807615a3b6b02dcf2e753d6aaa97d9 Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Mon, 28 Aug 2023 09:16:08 -0400 Subject: [PATCH] Version lock redis to <5.0.0 -b0.73 branch (#3526) The release of v0.73 of the agent is imminent and for now, this fix is required. A more permanent fix will be made in future releases. See also PR#3525. JIRA-1250 --- agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/requirements.txt b/agent/requirements.txt index 8328ce5201..9769b27fad 100644 --- a/agent/requirements.txt +++ b/agent/requirements.txt @@ -6,7 +6,7 @@ ifaddr jinja2 python-daemon python-pidfile -redis +redis<5.0.0 requests # TODO CVE-2023-32681 (>=2.31) sh state-signals>=1.0.1