From c2adb8f2c03c026379030d3c0a0040e113e4722d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 04:28:42 +0000 Subject: [PATCH] Bump redis from 3.5.2 to 3.5.3 Bumps [redis](https://github.com/andymccurdy/redis-py) from 3.5.2 to 3.5.3. - [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.5.2...3.5.3) 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 47e2d37..8e33bdb 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( 'Flask-Caching==1.8.0', 'geopy==1.22.0', 'celery==4.4.2', - 'redis==3.5.2', + 'redis==3.5.3', 'aerofiles==1.0.0', 'geoalchemy2==0.8.3', 'shapely==1.7.0',