From 5ba6054d87e350b6e25d89ac1b5414b735258965 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 20:56:33 +0000 Subject: [PATCH] build(deps): Bump redis from 3.2.1 to 3.3.4 in /backend Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.2.1 to 3.3.4. - [Release notes](https://github.com/andymccurdy/redis-py/releases) - [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES) - [Commits](https://github.com/andymccurdy/redis-py/compare/3.2.1...3.3.4) Signed-off-by: dependabot-preview[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e3e589cef..3b624bef3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,6 +9,6 @@ gunicorn==19.9.0 python-dateutil==2.8.0 pytoml==0.1.21 fakeredis==1.0.3 -redis==3.2.1 +redis==3.3.4 swagger-ui-bundle==0.0.5 zstandard==0.11.1