From 952213d695654ae8ff267d525b43ded2ab3a7bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 04:04:01 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 4.5.0 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.5.0. - [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.5.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edfa546..6e7ce8c 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'geopy==2.2.0', 'celery==4.4.7', 'Flask-Redis==0.4.0', - 'redis==3.5.3', + 'redis==4.5.0', 'aerofiles==1.0.0', 'geoalchemy2==0.9.4', 'shapely==1.7.1',