diff --git a/api/poetry.lock b/api/poetry.lock index 503d0b544..b75b99ed3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2906,18 +2906,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\""} importlib-metadata = {version = ">=1.0", markers = "python_version < \"3.8\""} typing-extensions = {version = "*", markers = "python_version < \"3.8\""} @@ -3868,4 +3868,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "5b55f76452583203fd03e4afcddca62c3f085c93121cac6b470986d94c15e2ed" +content-hash = "0399319e273daf7c7236751ed2b353b7a5599e5d4f857ff53e1698cb10a56755" diff --git a/api/pyproject.toml b/api/pyproject.toml index a4494b110..1b6ef2fc6 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -47,7 +47,7 @@ drf-spectacular = "==0.25.1" markdown = "==3.4.3" persisting-theory = "==1.0" psycopg2 = "==2.9.6" -redis = "==4.5.4" +redis = "==4.5.5" # Django LDAP django-auth-ldap = "==4.1.0"