Update dependency channels-redis to v3.4.0 (develop)
This commit is contained in:
parent
5dfc327da2
commit
b2096455ca
|
@ -368,11 +368,11 @@ tests = ["pytest", "pytest-django", "pytest-asyncio", "async-timeout", "coverage
|
|||
|
||||
[[package]]
|
||||
name = "channels-redis"
|
||||
version = "3.3.1"
|
||||
version = "3.4.0"
|
||||
description = "Redis-backed ASGI channel layer implementation"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
aioredis = ">=1.0,<2.0"
|
||||
|
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "6ad9a1487661a39c263b6454049531a32865ac8b1d77a35331ea8cbdfd3806ba"
|
||||
content-hash = "47e9f8d56ad2df38547cfcb0e0b0912107ddd5b1e1512e792b2934391219030e"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2334,8 +2334,8 @@ channels = [
|
|||
{file = "channels-3.0.4.tar.gz", hash = "sha256:fdd9a94987a23d8d7ebd97498ed8b8cc83163f37e53fc6c85098aba7a3bb8b75"},
|
||||
]
|
||||
channels-redis = [
|
||||
{file = "channels_redis-3.3.1-py3-none-any.whl", hash = "sha256:fbb24a7a57a6cc0ebe5aa121cdf841eabf845cf47dd5c1059224ef4d64aeaeac"},
|
||||
{file = "channels_redis-3.3.1.tar.gz", hash = "sha256:899dc6433f5416cf8ad74505baaf2acb5461efac3cad40751a41119e3f68421b"},
|
||||
{file = "channels_redis-3.4.0-py3-none-any.whl", hash = "sha256:6e4565b7c11c6bcde5d48556cb83bd043779697ff03811867d2f895aa6170d56"},
|
||||
{file = "channels_redis-3.4.0.tar.gz", hash = "sha256:5dffd4cc16174125bd4043fc8fe7462ca7403cf801d59a9fa7410ed101fa6a57"},
|
||||
]
|
||||
charset-normalizer = [
|
||||
{file = "charset-normalizer-2.0.11.tar.gz", hash = "sha256:98398a9d69ee80548c762ba991a4728bfc3836768ed226b3945908d1a688371c"},
|
||||
|
|
|
@ -30,7 +30,7 @@ mutagen = "==1.45.1"
|
|||
django-dynamic-preferences = "==1.12.0"
|
||||
python-magic = "==0.4.25"
|
||||
channels = "==3.0.4"
|
||||
channels-redis = "==3.3.1"
|
||||
channels-redis = "==3.4.0"
|
||||
gunicorn = "==20.1.0"
|
||||
cryptography = "==36.0.1"
|
||||
requests-http-signature = {git = "https://github.com/agateblue/requests-http-signature.git", rev = "signature-header-support"}
|
||||
|
|
Loading…
Reference in New Issue