From 5ce6f5a9a43991af0d21344a9c840c28821d1b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:10:46 +0000 Subject: [PATCH] deps(python/biometric-engine): bump redis in /services/biometric-engine Bumps [redis](https://github.com/redis/redis-py) from 5.2.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/v5.2.1...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/biometric-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/biometric-engine/requirements.txt b/services/biometric-engine/requirements.txt index b29b9e6..8c75563 100644 --- a/services/biometric-engine/requirements.txt +++ b/services/biometric-engine/requirements.txt @@ -10,7 +10,7 @@ paddlepaddle==2.6.2 paddleocr==2.9.1 pytesseract==0.3.13 Pillow==11.0.0 -redis[asyncio]==5.2.1 +redis[asyncio]==8.1.0 kafka-python==2.0.2 prometheus-client==0.21.1 python-multipart==0.0.19