From 074d81551269340fab3c03662f25f4c96fc9b0df Mon Sep 17 00:00:00 2001 From: Erwan Rouchet <rouchet@teklia.com> Date: Mon, 26 Feb 2024 10:01:05 +0100 Subject: [PATCH] Pin rq version --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4cf6c146bf..fea699888b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,7 @@ python-memcached==1.59 pytz==2023.3 PyYAML==6.0 requests==2.28.2 +rq==1.15.1 sentry-sdk==1.31.0 setproctitle==1.3.2 SolrClient==0.3.1 -- GitLab