From 3ac171ea0cf4cc0b23728347ebdd60dbee4db55b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 09:45:59 +0000 Subject: [PATCH] Bump redis from 3.4.0 to 3.4.1 Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.4.0 to 3.4.1. - [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.4.0...3.4.1) 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 b695a08..2b9de98 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( 'Flask-Caching==1.8.0', 'geopy==1.21.0', 'celery==4.4.0', - 'redis==3.4.0', + 'redis==3.4.1', 'aerofiles==1.0.0', 'geoalchemy2==0.6.3', 'shapely==1.7.0',