From 4d84df77bb42123302c9d67aafbe45614134d1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 06:49:29 +0000 Subject: [PATCH] Bump redis from 4.6.0 to 5.0.1 in /deployment Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.1. - [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.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- deployment/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/requirements.txt b/deployment/docker/requirements.txt index ad4921baa..d03695303 100644 --- a/deployment/docker/requirements.txt +++ b/deployment/docker/requirements.txt @@ -27,7 +27,7 @@ pyexcel-xls==0.7.0 pyexcel-xlsx==0.6.0 openpyxl==3.0.10 python-dateutil==2.8.2 -redis==4.6.0 +redis==5.0.1 sentry-sdk==0.10.2 uwsgi==2.0.21 django-webpack-loader==1.8.1