From 8f177df457054bc2c06d3ec7ef0128bda501a169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:29:38 +0100 Subject: [PATCH] Bump redis from 5.2.0 to 5.2.1 in /server (#290) Bumps [redis](https://github.com/redis/redis-py) from 5.2.0 to 5.2.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.2.0...v5.2.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f40daf97..4a7500dd 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -26,7 +26,7 @@ pdfrw==0.4 pyjwt==2.10.* python-dateutil==2.9.* pytz -redis==5.2.0 +redis==5.2.1 reportlab==4.2.* requests==2.32.* sentry-sdk==2.19.*