From f4383c67a4d7dd553e55ecc776f81f78ba669944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:07:51 +0200 Subject: [PATCH] Update fakeredis requirement from ==2.22.* to ==2.23.* (#4140) 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.22.0...v2.23.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 09405f47f5..ee81471582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ dev = [ "aiohttp==3.9.*", "coverage", "coveralls", - "fakeredis==2.22.*", + "fakeredis==2.23.*", "flake8==7.0.*", "freezegun", "isort==5.13.*",