From 6839163027625d2b14ee4e954597ec5aa85ac775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:15:53 +0000 Subject: [PATCH] Update fakeredis requirement from ==2.34.* to ==2.35.* 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.34.0...v2.35.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.35.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 f6989f4950..93a899581b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dev = [ "aiohttp==3.13.*", "coverage", "coveralls", - "fakeredis==2.34.*", + "fakeredis==2.35.*", "flake8==7.3.*", "freezegun", "isort==8.0.*",