From 7f2ce3ed68264fdeeebd70ca2e2c9eda9d1ee9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:42:58 +0000 Subject: [PATCH] build(deps-dev): Update fakeredis requirement from >=2.36.2 to >=2.37.0 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.37.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4003ae7..eac69050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "ruff>=0.15.12", "coverage>=7.14.3", "isort>=8.0.1", - "fakeredis>=2.36.2", + "fakeredis>=2.37.0", "pytest-httpserver>=1.1.5", ]