From da368c26d239cfe448458a2c8e10abfed4abbb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:25:34 +0000 Subject: [PATCH] Bump redis from 3.4.1 to 4.4.4 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] --- lastfreeze.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lastfreeze.txt b/lastfreeze.txt index 3690d334..ec907751 100644 --- a/lastfreeze.txt +++ b/lastfreeze.txt @@ -45,7 +45,7 @@ pyramid-tm==2.4 pyramid-zcml==1.2.0 pyramid-zodbconn==0.8.1 pytz==2019.3 -redis==3.4.1 +redis==4.4.4 regex==2020.1.8 repoze.catalog==0.9.0 repoze.evolution==0.6 diff --git a/setup.py b/setup.py index f1f12063..1b7f0fe5 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pyramid_zcml', 'repoze.workflow', 'webhelpers', - 'redis<3.5', + 'redis<4.5', 'pyramid-auto-env', 'pyramid_retry', 'pyramid_exclog',