From 16e5512051ce376fb7b8f7be5662ace16c1d0637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:51:17 +0000 Subject: [PATCH] Bump redis from 3.4.1 to 4.4.4 in /Arquitectura Bumps [redis](https://github.com/redis/redis-py) from 3.4.1 to 4.4.4. - [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.4.1...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Arquitectura/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arquitectura/setup.py b/Arquitectura/setup.py index 0837ac1..2db9053 100644 --- a/Arquitectura/setup.py +++ b/Arquitectura/setup.py @@ -32,7 +32,7 @@ 'Flask-Caching==1.9.0', 'pylint==2.6.0', 'cachetools==4.0.0', - 'redis==3.4.1', + 'redis==4.4.4', 'docker==4.2.0', 'Rx==3.1.0', 'pyjwt==2.0.1',