From e7e83e91de7913a8bf5a50cb6bf5e79f1a9e5fe7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Apr 2023 13:02:55 +0000 Subject: [PATCH] chore(api): update dependency channels-redis to v4.1.0 --- api/poetry.lock | 12 ++++++------ api/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 59c3ca8be..76fde03e0 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -630,25 +630,25 @@ tests = ["async-timeout", "coverage (>=4.5,<5.0)", "pytest", "pytest-asyncio", " [[package]] name = "channels-redis" -version = "4.0.0" +version = "4.1.0" description = "Redis-backed ASGI channel layer implementation" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "channels_redis-4.0.0-py3-none-any.whl", hash = "sha256:81b59d68f53313e1aa891f23591841b684abb936b42e4d1a966d9e4dc63a95ec"}, - {file = "channels_redis-4.0.0.tar.gz", hash = "sha256:122414f29f525f7b9e0c9d59cdcfc4dc1b0eecba16fbb6a1c23f1d9b58f49dcb"}, + {file = "channels_redis-4.1.0-py3-none-any.whl", hash = "sha256:3696f5b9fe367ea495d402ba83d7c3c99e8ca0e1354ff8d913535976ed0abf73"}, + {file = "channels_redis-4.1.0.tar.gz", hash = "sha256:6bd4f75f4ab4a7db17cee495593ace886d7e914c66f8214a1f247ff6659c073a"}, ] [package.dependencies] asgiref = ">=3.2.10,<4" channels = "*" msgpack = ">=1.0,<2.0" -redis = ">=4.2.0" +redis = ">=4.5.3" [package.extras] cryptography = ["cryptography (>=1.3.0)"] -tests = ["async-timeout", "cryptography (>=1.3.0)", "pytest", "pytest-asyncio"] +tests = ["async-timeout", "cryptography (>=1.3.0)", "pytest", "pytest-asyncio", "pytest-timeout"] [[package]] name = "charset-normalizer" @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "599f3c9a64053466bd2561cf87bcf584ef2c3dfe9e595b7a32d37dbf9fd88607" +content-hash = "4b24d55245b9f1874bdccc841119d32ca481ee41a13352e763a6537fe2e554db" diff --git a/api/pyproject.toml b/api/pyproject.toml index 2a25ca6d1..96e07a41c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -55,7 +55,7 @@ python-ldap = "==3.4.3" # Channels channels = { extras = ["daphne"], version = "==4.0.0" } -channels-redis = "==4.0.0" +channels-redis = "==4.1.0" # Celery kombu = "==5.2.4"