From 4ba64e6118be512b11cf2ad6277e0df58c9f4739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:19:26 +0000 Subject: [PATCH] Bump redis from 5.0.4 to 5.1.1 in /server Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.1.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/v5.0.4...v5.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 20b40420..4c660899 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -26,7 +26,7 @@ pdfrw==0.4 pyjwt==2.8.* python-dateutil==2.9.* pytz -redis==5.0.4 +redis==5.1.1 reportlab==4.2.* requests==2.31.* sentry-sdk==2.14.*