From 64c040c18644b8f838d7bb07189a5f30397960c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:32:23 +0200 Subject: [PATCH] Update fakeredis requirement from ==2.31.* to ==2.32.* (#5527) 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.31.0...v2.32.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a476754f73..a3903adce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ dev = [ "aiohttp==3.13.*", "coverage", "coveralls", - "fakeredis==2.31.*", + "fakeredis==2.32.*", "flake8==7.3.*", "freezegun", "isort==6.1.*",