⬆ Bump fakeredis from 1.9.3 to 1.9.4

Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v1.9.3...v1.9.4)

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

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

Signed-off-by: 洛水居室 <luoshuijs@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-19 20:24:36 +08:00 committed by 洛水居室
parent 1f17e56824
commit 0e3e6fcbb6
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -315,7 +315,7 @@ resolved_reference = "03fd20e5f838727b7c394c11ea1360cfc3272d69"
[[package]] [[package]]
name = "fakeredis" name = "fakeredis"
version = "1.9.3" version = "1.9.4"
description = "Fake implementation of redis API for testing purposes." description = "Fake implementation of redis API for testing purposes."
category = "main" category = "main"
optional = false optional = false
@ -1266,7 +1266,7 @@ test = ["pytest", "pytest-asyncio", "flaky"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "df414feec14d7c0b07fcae43d72e8fff334988d94961e14928f91320816ab3d4" content-hash = "d91f61fd8b26f32e2a8b4dfd790f9471276f386a4391ddbf141cf394bb074759"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -1492,8 +1492,8 @@ Deprecated = [
] ]
"enkanetwork.py" = [] "enkanetwork.py" = []
fakeredis = [ fakeredis = [
{file = "fakeredis-1.9.3-py3-none-any.whl", hash = "sha256:74a2f1e5e8781014418fe734b156808d5d1a2d15edec982fada3d6e7603f8536"}, {file = "fakeredis-1.9.4-py3-none-any.whl", hash = "sha256:61afe14095aad3e7413a0a6fe63041da1b4bc3e41d5228a33b60bd03fabf22d8"},
{file = "fakeredis-1.9.3.tar.gz", hash = "sha256:ea7e4ed076def2eea36188662586a9f2271946ae56ebc2de6a998c82b33df776"}, {file = "fakeredis-1.9.4.tar.gz", hash = "sha256:17415645d11994061f5394f3f1c76ba4531f3f8b63f9c55a8fd2120bebcbfae9"},
] ]
fastapi = [ fastapi = [
{file = "fastapi-0.85.1-py3-none-any.whl", hash = "sha256:de3166b6b1163dc22da4dc4ebdc3192fcbac7700dd1870a1afa44de636a636b5"}, {file = "fastapi-0.85.1-py3-none-any.whl", hash = "sha256:de3166b6b1163dc22da4dc4ebdc3192fcbac7700dd1870a1afa44de636a636b5"},

View File

@ -17,7 +17,7 @@ Pillow = "^9.2.0"
sqlmodel = "^0.0.8" sqlmodel = "^0.0.8"
colorlog = "^6.7.0" colorlog = "^6.7.0"
playwright = "^1.26.0" playwright = "^1.26.0"
fakeredis = "^1.9.3" fakeredis = "^1.9.4"
beautifulsoup4 = "^4.11.1" beautifulsoup4 = "^4.11.1"
asyncmy = "^0.2.5" asyncmy = "^0.2.5"
pyppeteer = "^1.0.2" pyppeteer = "^1.0.2"