From 5cd1775e1d0961a0c20c2945ddf1f14330a1ccaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:10:59 +0000 Subject: [PATCH] Update fakeredis requirement from ==2.35.* to ==2.36.* 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.35.0...v2.36.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.36.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 98eeecd1b7..9444b6ce75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dev = [ "aiohttp==3.13.*", "coverage", "coveralls", - "fakeredis==2.35.*", + "fakeredis==2.36.*", "flake8==7.3.*", "freezegun", "isort==8.0.*",