From dde655f7d61db8047340538894e49d0cde75bdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 16:04:39 +0100 Subject: [PATCH] Update fakeredis requirement from ==2.32.* to ==2.33.* (#5730) 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.32.0...v2.33.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.33.0 dependency-type: direct:development ... 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 b9a8aad5f7..e6f86b6875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ dev = [ "aiohttp==3.13.*", "coverage", "coveralls", - "fakeredis==2.32.*", + "fakeredis==2.33.*", "flake8==7.3.*", "freezegun", "isort==6.1.*",