Update dependency channels to v3.0.5 (develop)

environments/review-docs-devel-1399dq/deployments/11872
RenovateBot 2022-06-26 15:02:25 +00:00
rodzic 86ddcdce12
commit 1c6bea59dc
2 zmienionych plików z 7 dodań i 7 usunięć

12
api/poetry.lock wygenerowano
Wyświetl plik

@ -371,14 +371,14 @@ pycparser = "*"
[[package]]
name = "channels"
version = "3.0.4"
version = "3.0.5"
description = "Brings async, event-driven capabilities to Django. Django 2.2 and up only."
category = "main"
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
[package.dependencies]
asgiref = ">=3.3.1,<4"
asgiref = ">=3.5.0,<4"
daphne = ">=3.0,<4"
Django = ">=2.2"
@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "f69acb767cdef4339f9e3d8da9b055a4d4d3ab3688326933cd8407e12b4fc07a"
content-hash = "787acc7b898a07d5cece16e6e2a3e7f324fa5e3fbaef3ecf4be3cafe9be94c61"
[metadata.files]
aiohttp = [
@ -2366,8 +2366,8 @@ cffi = [
{file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"},
]
channels = [
{file = "channels-3.0.4-py3-none-any.whl", hash = "sha256:0ff0422b4224d10efac76e451575517f155fe7c97d369b5973b116f22eeaf86c"},
{file = "channels-3.0.4.tar.gz", hash = "sha256:fdd9a94987a23d8d7ebd97498ed8b8cc83163f37e53fc6c85098aba7a3bb8b75"},
{file = "channels-3.0.5-py3-none-any.whl", hash = "sha256:3813b8025bf85509769793aca720e6c3b1c5bde1cb253a961252bf0242b60a26"},
{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"},

Wyświetl plik

@ -29,7 +29,7 @@ django-rest-auth = "==0.9.5"
mutagen = "==1.45.1"
django-dynamic-preferences = "==1.12.0"
python-magic = "==0.4.27"
channels = "==3.0.4"
channels = "==3.0.5"
channels-redis = "==3.4.0"
gunicorn = "==20.1.0"
cryptography = "==36.0.2"