From a2af7ae36484881c41b085610a37b0da5851b1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:35:59 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 5.0.0 Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.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.6.0...v5.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e13441..18bbde4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ itsdangerous==2.1.2 # via flask jinja2==3.1.2 # via flask markupsafe==2.1.3 # via jinja2 python-dateutil==2.8.2 # via arrow -redis==4.6.0 +redis==5.0.0 rq==1.15.1 six==1.16.0 werkzeug==2.3.6