From 62180881a098001fe6036004b5a6295c57cc1207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:44:55 +0000 Subject: [PATCH] Bump redis from 4.5.4 to 4.6.0 Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 4.6.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/v4.5.4...v4.6.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Former-commit-id: a827abf27ad53352d23b45a2465822c2fb0ce936 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e99a445..8ea96c96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -75,7 +75,7 @@ jinja2==3.1.2 python-multipart==0.0.6 celery==5.2.7 -redis==4.5.4 +redis==4.6.0 sentencepiece bitsandbytes==0.37.2 diff --git a/setup.py b/setup.py index 61a279bb..aeda9493 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( 'jinja2==3.1.2', 'python-multipart==0.0.6', 'celery==5.2.7', - 'redis==4.5.4', + 'redis==4.6.0', 'sentencepiece', 'bitsandbytes==0.37.2', 'psycopg2-binary==2.9.5',