From 0c2d9cf653593d99fd7764daffde4ef53cbe8acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:29:07 +0000 Subject: [PATCH] :arrow_up: Bump redis from 4.1.1 to 4.5.3 in /server/projects/file Bumps [redis](https://github.com/redis/redis-py) from 4.1.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/v4.1.1...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/projects/file/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/projects/file/requirements.txt b/server/projects/file/requirements.txt index 7b24312c0..0175a6a46 100644 --- a/server/projects/file/requirements.txt +++ b/server/projects/file/requirements.txt @@ -14,7 +14,7 @@ djangorestframework==3.11.2 # for celery celery==5.2.3 importlib-metadata==4.13.0 -redis==4.1.1 +redis==4.5.3 # for exception log sentry-sdk==0.10.2