Update dependency asgiref to v3.5.1 (develop)
This commit is contained in:
parent
44b2346177
commit
d822ebf06e
|
@ -105,7 +105,7 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asgiref"
|
name = "asgiref"
|
||||||
version = "3.5.0"
|
version = "3.5.1"
|
||||||
description = "ASGI specs, helper code, and adapters"
|
description = "ASGI specs, helper code, and adapters"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -2114,7 +2114,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "18ba5c326c83c2388fb824042289aa7e7f35952c2b31a740a2e3ae8683718d82"
|
content-hash = "16a9ad7ecadbcd46c0a31049fbdc5192eb08180fb91fa9e280217a01dd3a74d6"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -2220,8 +2220,8 @@ arrow = [
|
||||||
{file = "arrow-1.2.2.tar.gz", hash = "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b"},
|
{file = "arrow-1.2.2.tar.gz", hash = "sha256:05caf1fd3d9a11a1135b2b6f09887421153b94558e5ef4d090b567b47173ac2b"},
|
||||||
]
|
]
|
||||||
asgiref = [
|
asgiref = [
|
||||||
{file = "asgiref-3.5.0-py3-none-any.whl", hash = "sha256:88d59c13d634dcffe0510be048210188edd79aeccb6a6c9028cdad6f31d730a9"},
|
{file = "asgiref-3.5.1-py3-none-any.whl", hash = "sha256:45a429524fba18aba9d512498b19d220c4d628e75b40cf5c627524dbaebc5cc1"},
|
||||||
{file = "asgiref-3.5.0.tar.gz", hash = "sha256:2f8abc20f7248433085eda803936d98992f1343ddb022065779f37c5da0181d0"},
|
{file = "asgiref-3.5.1.tar.gz", hash = "sha256:fddeea3c53fa99d0cdb613c3941cc6e52d822491fc2753fba25768fb5bf4e865"},
|
||||||
]
|
]
|
||||||
async-timeout = [
|
async-timeout = [
|
||||||
{file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
|
{file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"},
|
||||||
|
|
|
@ -50,7 +50,7 @@ Markdown = "==3.3.6"
|
||||||
bleach = "==4.1.0"
|
bleach = "==4.1.0"
|
||||||
feedparser = "==6.0.8"
|
feedparser = "==6.0.8"
|
||||||
watchdog = "==2.1.7"
|
watchdog = "==2.1.7"
|
||||||
asgiref = "==3.5.0" #1516
|
asgiref = "==3.5.1" #1516
|
||||||
ipython = "==7.32.0"
|
ipython = "==7.32.0"
|
||||||
python-ldap = "==3.4.0"
|
python-ldap = "==3.4.0"
|
||||||
django-auth-ldap = "==4.0.0"
|
django-auth-ldap = "==4.0.0"
|
||||||
|
|
Loading…
Reference in New Issue