From e4f09dc8a33af0cc3110df7397724836458afe61 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 04:42:12 +0000 Subject: [PATCH] Bump redis from 3.3.4 to 3.3.5 Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.3.4 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.3.4...3.3.5) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a096cea..c709d32 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( 'flask-caching==1.7.2', 'geopy==1.20.0', 'celery==4.3.0', - 'redis==3.3.4', + 'redis==3.3.5', 'aerofiles==1.0.0', 'geoalchemy2==0.6.3', 'shapely==1.6.4.post2',