From e822cd75ac40b920976ed42a16e2f0a29068af52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 19:43:51 +0000 Subject: [PATCH] chore(deps): bump redis Bumps the pip group with 1 update in the /edge-apps/queue-management-system/server directory: [redis](https://github.com/redis/redis-py). Updates `redis` from 8.0.0 to 8.0.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/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.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 fc0809e1b..e29e27ba0 100644 --- a/edge-apps/queue-management-system/server/requirements.txt +++ b/edge-apps/queue-management-system/server/requirements.txt @@ -1,3 +1,3 @@ -redis==8.0.0 +redis==8.0.1 flask==3.1.3 pydantic==2.13.4 \ No newline at end of file