From 0e00f16913282918c31c7eaeff82d9e4b1be70d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:25:11 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.36.1 to 2.37.1 Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.36.1 to 2.37.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.36.1...v2.37.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.37.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4caf409..b3299c8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "fakeredis == 2.36.1", + "fakeredis == 2.37.1", "pytest == 9.1.1", "pytest-asyncio == 1.4.0", "pytest-dependency == 0.6.1",