Update dependency asgiref to v3.5.0
This commit is contained in:
parent
da8d8d735c
commit
bde60aa8d5
|
@ -87,11 +87,11 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
|||
|
||||
[[package]]
|
||||
name = "asgiref"
|
||||
version = "3.3.4"
|
||||
version = "3.5.0"
|
||||
description = "ASGI specs, helper code, and adapters"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
||||
|
@ -2080,7 +2080,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "10ce6ad0b275d6f859b6c32092e4e230479c92f938848928433b831da3b395d7"
|
||||
content-hash = "42aed0d74847ac1a6428caef665366304dae1610bd2af712abce914e43eda3d9"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2182,8 +2182,8 @@ arrow = [
|
|||
{file = "arrow-1.1.1.tar.gz", hash = "sha256:dee7602f6c60e3ec510095b5e301441bc56288cb8f51def14dcb3079f623823a"},
|
||||
]
|
||||
asgiref = [
|
||||
{file = "asgiref-3.3.4-py3-none-any.whl", hash = "sha256:92906c611ce6c967347bbfea733f13d6313901d54dcca88195eaeb52b2a8e8ee"},
|
||||
{file = "asgiref-3.3.4.tar.gz", hash = "sha256:d1216dfbdfb63826470995d31caed36225dcaf34f182e0fa257a4dd9e86f1b78"},
|
||||
{file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"},
|
||||
{file = "asgiref-3.5.0.tar.gz", hash = "sha256:2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0"},
|
||||
]
|
||||
async-timeout = [
|
||||
{file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
|
||||
|
|
|
@ -52,7 +52,7 @@ Markdown = "==3.3.6"
|
|||
bleach = "==3.3.1"
|
||||
feedparser = "==6.0.8"
|
||||
watchdog = "==2.1.6"
|
||||
asgiref = "3.3.4" #1516
|
||||
asgiref = "==3.5.0" #1516
|
||||
ipython = "==7.27.0"
|
||||
python-ldap = "==3.4.0"
|
||||
django-auth-ldap = "==3.0.0"
|
||||
|
|
Loading…
Reference in New Issue