From 39a5b3edc61f07efe88174ad039110232b722969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:24:39 +0000 Subject: [PATCH] chore(deps): bump redis Bumps the pip group in /edge-apps/queue-management-system/server with 1 update: [redis](https://github.com/redis/redis-py). Updates `redis` from 7.2.1 to 7.3.0 - [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/v7.2.1...v7.3.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- edge-apps/queue-management-system/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edge-apps/queue-management-system/server/requirements.txt b/edge-apps/queue-management-system/server/requirements.txt index a11a5ead4..5e28637b2 100644 --- a/edge-apps/queue-management-system/server/requirements.txt +++ b/edge-apps/queue-management-system/server/requirements.txt @@ -1,3 +1,3 @@ -redis==7.2.1 +redis==7.3.0 flask==3.1.3 pydantic==2.12.5 \ No newline at end of file