From c13d6afd75c03e2407859774f5c3625284aa58de Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Thu, 6 Jan 2022 18:29:25 -0500 Subject: [PATCH] Update celery to 5.2.2 to mitigate CVE-2021-23727 --- components/job-orchestration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/job-orchestration/requirements.txt b/components/job-orchestration/requirements.txt index 0e8b2eb39..18e2c5297 100644 --- a/components/job-orchestration/requirements.txt +++ b/components/job-orchestration/requirements.txt @@ -1,6 +1,6 @@ python-Levenshtein pika==1.2.0 -celery==5.1.2 +celery==5.2.2 msgpack~=1.0.2 zstandard~=0.15.2 mysql-connector-python==8.0.26