From 9e84f5c40498cf55b287499b3d11e1835655f1ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:23:28 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.35.1 to 2.36.1 Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.35.1 to 2.36.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.35.1...v2.36.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.36.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 b7718e5c..bf56bfe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "fakeredis == 2.35.1", + "fakeredis == 2.36.1", "pytest == 9.0.3", "pytest-asyncio == 1.4.0", "pytest-dependency == 0.6.1",