From a20fe8c2ac9cc7bb90889bbd03056120a777082c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:53:15 +0000 Subject: [PATCH] Bump fakeredis from 2.36.2 to 2.37.0 in /apps/api Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.36.2 to 2.37.0. - [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.37.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 41345d3..508a2e7 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "mypy==2.1.0", "pip-audit==2.10.1", "uv==0.11.15", - "fakeredis==2.36.2", + "fakeredis==2.37.0", ] # Preinstalled in the runtime image so the agent can edit real documents: # spreadsheets (openpyxl), Word docs (python-docx), and tabular data (pandas).