From 3319f5855b018ecebbbdc0ed917f8672fa0bbb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:25:23 +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.0 to 7.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/v7.2.0...v7.2.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch 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 db8763ce8..a11a5ead4 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.0 +redis==7.2.1 flask==3.1.3 pydantic==2.12.5 \ No newline at end of file