From ccda4d9b0995d624a73f6d8947206221ec4b4980 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 16:22:52 +0000 Subject: [PATCH] build(deps): Bump redis from 3.2.1 to 3.3.0 in /backend Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.2.1 to 3.3.0. - [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.0) 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 b3b4b2209..9038a4cfc 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.0 swagger-ui-bundle==0.0.5 zstandard==0.11.1