From a5b40198221a1ad1abb384affe6b8e0c259f6664 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 11:25:29 +0000 Subject: [PATCH] build(deps): Bump redis from 3.2.1 to 3.3.8 in /backend Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.2.1 to 3.3.8. - [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/commits) 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 e04a2ceff..9d09fa1d3 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.4 -redis==3.2.1 +redis==3.3.8 swagger-ui-bundle==0.0.5 zstandard==0.11.1