From 7668c32357a08da9d70a523d886c4cd08caa9943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:15:19 +0000 Subject: [PATCH] chore(deps): update fakeredis requirement in /backend Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.36.2...v2.37.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.36.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2f4a3f3..6a19d2b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -28,7 +28,7 @@ pyjwt>=2.13.0 bcrypt>=4.0.0 prometheus_client>=0.25.0 redis>=5.0 -fakeredis>=2.36.2 +fakeredis>=2.37.0 # Lua 脚本支持: fakeredis 跑 RedisJobQueue.update 的 Lua 原子脚本需要 lupa 解释器 # 生产环境用真实 Redis(原生支持 Lua),lupa 仅测试环境需要 lupa>=2.0