From ab3c03b278af17493e2b22844d6fc57e0047ba68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:27:21 +0200 Subject: [PATCH] Update fakeredis requirement from ==2.26.* to ==2.30.* (#5253) 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.26.0...v2.30.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.30.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 3535d08fc..dc80fef8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ dev = [ "aiohttp==3.12.*", "coverage", "coveralls", - "fakeredis==2.26.*", + "fakeredis==2.30.*", "flake8==7.2.*", "freezegun", "isort==6.0.*",