From f20f19104bf08ad71df784211202bb081d831d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 20:35:33 +0000 Subject: [PATCH] Bump fakeredis from 2.21.3 to 2.23.2 Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.21.3 to 2.23.2. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.21.3...v2.23.2) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c68bb34c6..627fca9fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -556,17 +556,17 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "fakeredis" -version = "2.21.3" +version = "2.23.2" description = "Python implementation of redis API, can be used for testing purposes." optional = true -python-versions = ">=3.7,<4.0" +python-versions = "<4.0,>=3.7" files = [ - {file = "fakeredis-2.21.3-py3-none-any.whl", hash = "sha256:033fe5882a20ec308ed0cf67a86c1cd982a1bffa63deb0f52eaa625bd8ce305f"}, - {file = "fakeredis-2.21.3.tar.gz", hash = "sha256:e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d"}, + {file = "fakeredis-2.23.2-py3-none-any.whl", hash = "sha256:3721946b955930c065231befd24a9cdc68b339746e93848ef01a010d98e4eb4f"}, + {file = "fakeredis-2.23.2.tar.gz", hash = "sha256:d649c409abe46c63690b6c35d3c460e4ce64c69a52cea3f02daff2649378f878"}, ] [package.dependencies] -lupa = {version = ">=1.14,<3.0", optional = true, markers = "extra == \"lua\""} +lupa = {version = ">=2.1,<3.0", optional = true, markers = "extra == \"lua\""} redis = ">=4" sortedcontainers = ">=2,<3" @@ -574,7 +574,7 @@ sortedcontainers = ">=2,<3" bf = ["pyprobables (>=0.6,<0.7)"] cf = ["pyprobables (>=0.6,<0.7)"] json = ["jsonpath-ng (>=1.6,<2.0)"] -lua = ["lupa (>=1.14,<3.0)"] +lua = ["lupa (>=2.1,<3.0)"] probabilistic = ["pyprobables (>=0.6,<0.7)"] [[package]]