From b7a5bcadfd3f56df10dae0001c085af97bd755fc Mon Sep 17 00:00:00 2001 From: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com> Date: Tue, 11 Aug 2020 22:41:45 +0530 Subject: [PATCH] chore: Update redis to avoid unexpected exception (#11235) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2995553541..46e853794e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ python-dateutil==2.8.1 pytz==2019.3 PyYAML==5.3.1 rauth==0.7.3 -redis==3.5.1 +redis==3.5.3 requests-oauthlib==1.3.0 requests==2.23.0 RestrictedPython==5.0