From 59901603c6f11a795198d4577a317e5c2821bb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:33:34 +0200 Subject: [PATCH] Update fakeredis requirement from ==2.23.* to ==2.24.* (#4419) 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.23.0...v2.24.0) --- updated-dependencies: - dependency-name: fakeredis 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 355d0e23e8..7bc7faa3da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dev = [ "aiohttp==3.10.*", "coverage", "coveralls", - "fakeredis==2.23.*", + "fakeredis==2.24.*", "flake8==7.1.*", "freezegun", "isort==5.13.*",