From 980aec732604133705cec3f6b2a676a622264da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:03:09 +0200 Subject: [PATCH] Update fakeredis requirement from ==2.21.* to ==2.22.* (#4105) 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.21.0...v2.22.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 050b2423e1..cca492806f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ dev = [ "aiohttp==3.9.*", "coverage", "coveralls", - "fakeredis==2.21.*", + "fakeredis==2.22.*", "flake8==7.0.*", "freezegun", "isort==5.13.*",