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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-08 09:07:51 +02:00
committed by GitHub
parent 46b2214836
commit f4383c67a4

View File

@@ -113,7 +113,7 @@ dev = [
"aiohttp==3.9.*",
"coverage",
"coveralls",
"fakeredis==2.22.*",
"fakeredis==2.23.*",
"flake8==7.0.*",
"freezegun",
"isort==5.13.*",