From f5173f4af925e077d6a777ab2d2ce8b08815b178 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 12:38:06 +0000 Subject: [PATCH] build(deps): Bump redis from 3.2.1 to 3.3.5 in /backend Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.2.1 to 3.3.5. - [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.5) 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..b4d84df75 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.5 swagger-ui-bundle==0.0.5 zstandard==0.11.1