From 3abeddbaf146e23c542dc458513eb57fcba2c1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 16:26:34 +0000 Subject: [PATCH] chore(deps): update redis requirement from >=8.0.0 to >=8.0.1 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ca86086..563428a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ anthropic>=0.112.0 cryptography>=49.0.0 PyJWT>=2.10.1 stripe>=15.3.0 -redis>=8.0.0 +redis>=8.0.1 websocket-client>=1.9.0 ccxt>=4.5.0 boto3>=1.34.0