From 8b5aa1c67c86152a0202f60add52cd4819ca6775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 05:14:21 +0000 Subject: [PATCH] Bump redis Bumps the pip group with 1 update in the /utils/req-res-validator directory: [redis](https://github.com/redis/redis-py). Updates `redis` from 4.5.1 to 4.5.4 - [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.5.1...v4.5.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- utils/req-res-validator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/req-res-validator/requirements.txt b/utils/req-res-validator/requirements.txt index 0e3024b86ed..8311388ef49 100644 --- a/utils/req-res-validator/requirements.txt +++ b/utils/req-res-validator/requirements.txt @@ -1,2 +1,2 @@ jsonschema==4.17.3 -redis==4.5.1 \ No newline at end of file +redis==4.5.4 \ No newline at end of file