From 7e8ff0790f0a3613b958f2bbbf95d053ef84c748 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 28 Dec 2023 13:49:48 -0500 Subject: [PATCH] bump redis-py dependency commit Use commit 124c4b2 (improves debug logging) --- engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/requirements.txt b/engine/requirements.txt index 2069ce83..6adc5c9b 100644 --- a/engine/requirements.txt +++ b/engine/requirements.txt @@ -8,7 +8,7 @@ celery[amqp,redis]==5.3.1 # NOTE: temporarily installing a forked version of redis-py which adds some more debug logging # in an effort to fix https://github.com/grafana/oncall-private/issues/2406 # revert this change once done debugging -git+https://github.com/grafana/redis-py@c0f167c +git+https://github.com/grafana/redis-py@124c4b2 humanize==0.5.1 uwsgi==2.0.21 django-cors-headers==3.7.0