From 0e3e6fcbb68d985b3acad1a8c8d61c960d950a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:24:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20fakeredis=20from=201.9.3=20t?= =?UTF-8?q?o=201.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] Signed-off-by: 洛水居室 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 37b86a0..9fbfd54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -315,7 +315,7 @@ resolved_reference = "03fd20e5f838727b7c394c11ea1360cfc3272d69" [[package]] name = "fakeredis" -version = "1.9.3" +version = "1.9.4" description = "Fake implementation of redis API for testing purposes." category = "main" optional = false @@ -1266,7 +1266,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "df414feec14d7c0b07fcae43d72e8fff334988d94961e14928f91320816ab3d4" +content-hash = "d91f61fd8b26f32e2a8b4dfd790f9471276f386a4391ddbf141cf394bb074759" [metadata.files] aiofiles = [ @@ -1492,8 +1492,8 @@ Deprecated = [ ] "enkanetwork.py" = [] fakeredis = [ - {file = "fakeredis-1.9.3-py3-none-any.whl", hash = "sha256:74a2f1e5e8781014418fe734b156808d5d1a2d15edec982fada3d6e7603f8536"}, - {file = "fakeredis-1.9.3.tar.gz", hash = "sha256:ea7e4ed076def2eea36188662586a9f2271946ae56ebc2de6a998c82b33df776"}, + {file = "fakeredis-1.9.4-py3-none-any.whl", hash = "sha256:61afe14095aad3e7413a0a6fe63041da1b4bc3e41d5228a33b60bd03fabf22d8"}, + {file = "fakeredis-1.9.4.tar.gz", hash = "sha256:17415645d11994061f5394f3f1c76ba4531f3f8b63f9c55a8fd2120bebcbfae9"}, ] fastapi = [ {file = "fastapi-0.85.1-py3-none-any.whl", hash = "sha256:de3166b6b1163dc22da4dc4ebdc3192fcbac7700dd1870a1afa44de636a636b5"}, diff --git a/pyproject.toml b/pyproject.toml index 9a4e688..e5713a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ Pillow = "^9.2.0" sqlmodel = "^0.0.8" colorlog = "^6.7.0" playwright = "^1.26.0" -fakeredis = "^1.9.3" +fakeredis = "^1.9.4" beautifulsoup4 = "^4.11.1" asyncmy = "^0.2.5" pyppeteer = "^1.0.2"