Update dependency asgiref to v3.5.2 (develop)

This commit is contained in:
RenovateBot 2022-05-19 15:04:38 +00:00
parent f3ff807bf7
commit b18a3633ec
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -105,7 +105,7 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
[[package]]
name = "asgiref"
version = "3.5.1"
version = "3.5.2"
description = "ASGI specs, helper code, and adapters"
category = "main"
optional = false
@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "eb45317718353427fad58e28f4ec159dd592f6359a9918ecd528a338c9e3f53c"
content-hash = "e0f758d64d97812e479c5650fa613a4251648a72ddee4cc3eded5257f985b5f3"
[metadata.files]
aiohttp = [
@ -2220,8 +2220,8 @@ arrow = [
{file = "arrow-1.2.2.tar.gz", hash = "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b"},
]
asgiref = [
{file = "asgiref-3.5.1-py3-none-any.whl", hash = "sha256:45a429524fba18aba9d512498b19d220c4d628e75b40cf5c627524dbaebc5cc1"},
{file = "asgiref-3.5.1.tar.gz", hash = "sha256:fddeea3c53fa99d0cdb613c3941cc6e52d822491fc2753fba25768fb5bf4e865"},
{file = "asgiref-3.5.2-py3-none-any.whl", hash = "sha256:1d2880b792ae8757289136f1db2b7b99100ce959b2aa57fd69dab783d05afac4"},
{file = "asgiref-3.5.2.tar.gz", hash = "sha256:4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424"},
]
async-timeout = [
{file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},

View File

@ -50,7 +50,7 @@ Markdown = "==3.3.7"
bleach = "==4.1.0"
feedparser = "==6.0.8"
watchdog = "==2.1.7"
asgiref = "==3.5.1" #1516
asgiref = "==3.5.2" #1516
ipython = "==7.32.0"
python-ldap = "==3.4.0"
django-auth-ldap = "==4.0.0"