From 8d5ca64708439da31a0b5f2b019dd3d508a36b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:27:08 +0000 Subject: [PATCH] chore(deps): bump the pip group Bumps the pip group in /edge-apps/queue-management-system/server with 2 updates: [redis](https://github.com/redis/redis-py) and [pydantic](https://github.com/pydantic/pydantic). Updates `redis` from 8.0.1 to 8.1.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/v8.0.1...v8.1.0) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pydantic dependency-version: 2.13.5 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edge-apps/queue-management-system/server/requirements.txt b/edge-apps/queue-management-system/server/requirements.txt index e29e27ba0..39eca9cc5 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.1 +redis==8.1.0 flask==3.1.3 -pydantic==2.13.4 \ No newline at end of file +pydantic==2.13.5 \ No newline at end of file