aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-23 20:41:47 +0000
committerGravatar GitHub <[email protected]>2024-05-23 20:41:47 +0000
commit6b5205125e48344e93dcc7fb91e0c6e06270c92c (patch)
treef8f85189355c287d08565d820de40f69e0d3abfe
parent--- (#222) (diff)
Bump fakeredis from 2.21.3 to 2.23.2 (#221)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 54fe5f39..d8b0d49b 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]]