From 823452c5d279a9e01c8f5429db08157647414146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Dec 2021 06:46:45 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 4.0.2 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.2. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.5.3...v4.0.2) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6e02241..d491f26 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'geopy==2.1.0', 'celery==4.4.7', 'Flask-Redis==0.4.0', - 'redis==3.5.3', + 'redis==4.0.2', 'aerofiles==1.0.0', 'geoalchemy2==0.9.0', 'shapely==1.7.1', @@ -54,7 +54,7 @@ 'psycopg2-binary==2.8.6', 'xmlunittest==0.5.0', 'flower==0.9.7', - 'tqdm==4.61.1', + 'tqdm==4.62.3', 'requests==2.25.1', 'matplotlib==3.5.1', 'bokeh==2.3.2',