From 73b2cce4354b86d17f1dd65e199ce5410b848597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:28:40 +0100 Subject: [PATCH] Update fakeredis requirement from ==2.18.* to ==2.21.* (#3899) 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.18.0...v2.21.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 8102f4b238..1523967d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,7 @@ dev = [ "aiohttp==3.9.*", "coverage", "coveralls", - "fakeredis==2.18.*", + "fakeredis==2.21.*", "flake8==6.0.*", "freezegun", "isort==5.13.*",