Update dependency channels-redis to v3.4.1 (develop)

fix-rate-limit-serializer
RenovateBot 2022-07-17 01:03:19 +00:00
rodzic 232410306a
commit 5e802957b4
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -387,7 +387,7 @@ tests = ["pytest", "pytest-django", "pytest-asyncio", "async-timeout", "coverage
[[package]]
name = "channels-redis"
version = "3.4.0"
version = "3.4.1"
description = "Redis-backed ASGI channel layer implementation"
category = "main"
optional = false
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "879d8e132e0bc3ad960daace555a373872201e733fff06ad6ccbb02e0ddf6513"
content-hash = "b94c667ed0b453feaab9a93483f7388ea33c451df0e6ce16473bdd8e9753f218"
[metadata.files]
aiohttp = [
@ -2370,8 +2370,8 @@ channels = [
{file = "channels-3.0.5.tar.gz", hash = "sha256:a3dc3339cc033e7c2afe083fb3dedf74fc5009815967e317e080e7bfdc92ea26"},
]
channels-redis = [
{file = "channels_redis-3.4.0-py3-none-any.whl", hash = "sha256:6e4565b7c11c6bcde5d48556cb83bd043779697ff03811867d2f895aa6170d56"},
{file = "channels_redis-3.4.0.tar.gz", hash = "sha256:5dffd4cc16174125bd4043fc8fe7462ca7403cf801d59a9fa7410ed101fa6a57"},
{file = "channels_redis-3.4.1-py3-none-any.whl", hash = "sha256:ba7e2ad170f273c372812dd32aaac102d68d4e508172abb1cfda3160b7333890"},
{file = "channels_redis-3.4.1.tar.gz", hash = "sha256:78e4a2f2b2a744fe5a87848ec36b5ee49f522c6808cefe6c583663d0d531faa8"},
]
charset-normalizer = [
{file = "charset-normalizer-2.0.12.tar.gz", hash = "sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"},

Wyświetl plik

@ -30,7 +30,7 @@ mutagen = "==1.45.1"
django-dynamic-preferences = "==1.13.0"
python-magic = "==0.4.27"
channels = "==3.0.5"
channels-redis = "==3.4.0"
channels-redis = "==3.4.1"
gunicorn = "==20.1.0"
cryptography = "==36.0.2"
django-cleanup = "==6.0.0"