⬆️ Bump fakeredis from 2.1.0 to 2.2.0

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-12-07 08:37:33 +08:00 committed by GitHub
parent cdc84f87f5
commit 62e932d8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -342,7 +342,7 @@ test = ["pytest (>=6)"]
[[package]]
name = "fakeredis"
version = "2.1.0"
version = "2.2.0"
description = "Fake implementation of redis API for testing purposes."
category = "main"
optional = false
@ -1293,7 +1293,7 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "508f6e8cc3c880406a5e71f2e5a90fe2b7706f834fcfc4653fda278bd9abef4a"
content-hash = "39fcf042afdffcebee8b2693ac82f0eb8abc6d717f8589d472804028a7cd3815"
[metadata.files]
aiofiles = [
@ -1531,8 +1531,8 @@ exceptiongroup = [
{file = "exceptiongroup-1.0.4.tar.gz", hash = "sha256:bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec"},
]
fakeredis = [
{file = "fakeredis-2.1.0-py3-none-any.whl", hash = "sha256:f85c535d38946d436f8fef14cb946ea2774c35437991ece72f2bc9cbfc9e7e65"},
{file = "fakeredis-2.1.0.tar.gz", hash = "sha256:1329b6150794d4f45d82cb643cc7e8192b33bdb3dc829fb9dcfdf2e82696b2dc"},
{file = "fakeredis-2.2.0-py3-none-any.whl", hash = "sha256:1ac7adf04dcbf8f9886add5972018e0e42781ee772fbaa0a573350cd4e4c66f7"},
{file = "fakeredis-2.2.0.tar.gz", hash = "sha256:dacdede58b0e682d5dc6176518858b6933c3d529ec18270f162ad5aaf97f5769"},
]
fastapi = [
{file = "fastapi-0.88.0-py3-none-any.whl", hash = "sha256:263b718bb384422fe3d042ffc9a0c8dece5e034ab6586ff034f6b4b1667c3eee"},

View File

@ -17,7 +17,7 @@ Pillow = "^9.3.0"
sqlmodel = "^0.0.8"
colorlog = "^6.7.0"
playwright = "^1.26.0"
fakeredis = "^2.1.0"
fakeredis = "^2.2.0"
beautifulsoup4 = "^4.11.1"
asyncmy = "^0.2.5"
pyppeteer = "^1.0.2"