From 1d81ad4b6f4fe7c5698b2271946e91da72451723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:32:24 +0000 Subject: [PATCH] Bump redis from 3.4.1 to 4.5.3 Bumps [redis](https://github.com/redis/redis-py) from 3.4.1 to 4.5.3. - [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.5.3) --- 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..377cda93 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.5.3 regex==2020.1.8 repoze.catalog==0.9.0 repoze.evolution==0.6 diff --git a/setup.py b/setup.py index f1f12063..76019780 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pyramid_zcml', 'repoze.workflow', 'webhelpers', - 'redis<3.5', + 'redis<4.6', 'pyramid-auto-env', 'pyramid_retry', 'pyramid_exclog',