From 9c0187343200c9c8378b69a5b9527b478ed6b57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 02:39:22 +0000 Subject: [PATCH] build(deps-dev): 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.20.0...v2.37.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.37.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2272a25..cd11c7e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -67,5 +67,5 @@ ignore_missing_imports = true [dependency-groups] dev = [ - "fakeredis[lua]>=2.20", + "fakeredis[lua]>=2.37.1", ]