From e4b5439dfa1e96af24e4fb94c4e6c6a7f252b9c6 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 25 Nov 2019 09:25:39 +0100
Subject: [PATCH] Bump redis from 2.10.5 to 3.3.11 (#32)

Bumps [redis](https://github.com/andymccurdy/redis-py) from 2.10.5 to 3.3.11.
- [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/2.10.5...3.3.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 901a7d8..07c0490 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,2 @@
-redis==2.10.5
+redis==3.3.11
 Flask==0.11.1