From 7ce6e573693009da416fbce1e81d3a453cda59bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:47:55 +0000 Subject: [PATCH] Bump redis from 5.0.1 to 8.1.0 in /services/discount-engine Bumps [redis](https://github.com/redis/redis-py) from 5.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/v5.0.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/discount-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/discount-engine/requirements.txt b/services/discount-engine/requirements.txt index 763d91b..80c530f 100644 --- a/services/discount-engine/requirements.txt +++ b/services/discount-engine/requirements.txt @@ -4,5 +4,5 @@ sqlalchemy==2.0.51 psycopg2-binary==2.9.9 sqlalchemy==2.0.25 psycopg2-binary==2.9.12 -redis==5.0.1 +redis==8.1.0 pydantic==2.13.4