diff --git a/poetry.lock b/poetry.lock index 37e2a1cf4..b8a2d0b30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2832,18 +2832,18 @@ files = [ [[package]] name = "redis" -version = "4.5.4" +version = "4.5.5" description = "Python client for Redis database and key-value store" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.4-py3-none-any.whl", hash = "sha256:2c19e6767c474f2e85167909061d525ed65bea9301c0770bb151e041b7ac89a2"}, - {file = "redis-4.5.4.tar.gz", hash = "sha256:73ec35da4da267d6847e47f68730fdd5f62e2ca69e3ef5885c6a78a9374c3893"}, + {file = "redis-4.5.5-py3-none-any.whl", hash = "sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119"}, + {file = "redis-4.5.5.tar.gz", hash = "sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880"}, ] [package.dependencies] -async-timeout = {version = ">=4.0.2", markers = "python_version <= \"3.11.2\""} +async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -3849,4 +3849,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7a132726b64eb4f623e23f3c92ec4a9587ad37f9bd76f627bbc015f1755c57f9" +content-hash = "9c41dc4dae252fe91ff0e63b1a741ac255f8286bf7012d61303cedaf4abc27eb" diff --git a/pyproject.toml b/pyproject.toml index 8443d1bcd..2cf3d46de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ ipython = "8.13.2" psycopg2-binary = "2.9.6" unicode-slugify = "0.1.5" pyyaml = "6.0" -redis = "4.5.4" +redis = "4.5.5" hiredis = "2.2.3" certifi = "2023.5.7" elasticsearch = "7.16.2"