diff --git a/poetry.lock b/poetry.lock index 5f46d63..ff1f72c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "adlfs" @@ -1005,13 +1005,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fakeredis" -version = "2.26.1" +version = "2.26.2" description = "Python implementation of redis API, can be used for testing purposes." optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "fakeredis-2.26.1-py3-none-any.whl", hash = "sha256:68a5615d7ef2529094d6958677e30a6d30d544e203a5ab852985c19d7ad57e32"}, - {file = "fakeredis-2.26.1.tar.gz", hash = "sha256:69f4daafe763c8014a6dbf44a17559c46643c95447b3594b3975251a171b806d"}, + {file = "fakeredis-2.26.2-py3-none-any.whl", hash = "sha256:86d4129df001efc25793cb334008160fccc98425d9f94de47884a92b63988c14"}, + {file = "fakeredis-2.26.2.tar.gz", hash = "sha256:3ee5003a314954032b96b1365290541346c9cc24aab071b52cc983bb99ecafbf"}, ] [package.dependencies] @@ -4422,4 +4422,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<4" -content-hash = "0ea197354be1d93bc5617f8c59c802d0ff89a3d2eb4a422e31e4624aa4b47781" +content-hash = "09b014d3112ded518bc46a72fee2e032ea577e40a2bf1a44d1c829f7bdcd39db" diff --git a/pyproject.toml b/pyproject.toml index 915f77a..bd8df82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pyicu = "^2.14" ftmq = "^0.6.14" structlog = "^24.4.0" anystore = {extras = ["redis"], version = "^0.1.13"} -fakeredis = "^2.26.1" +fakeredis = "^2.26.2" ftmq-search = "^0.0.1" [tool.poetry.group.dev.dependencies]