Update dependency uvicorn to v0.19.0 (develop)
This commit is contained in:
parent
9da1db1272
commit
aa1baa946a
|
@ -2059,7 +2059,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||
|
||||
[[package]]
|
||||
name = "uvicorn"
|
||||
version = "0.18.3"
|
||||
version = "0.19.0"
|
||||
description = "The lightning-fast ASGI server."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -2069,7 +2069,7 @@ python-versions = ">=3.7"
|
|||
click = ">=7.0"
|
||||
colorama = {version = ">=0.4", optional = true, markers = "sys_platform == \"win32\" and extra == \"standard\""}
|
||||
h11 = ">=0.8"
|
||||
httptools = {version = ">=0.4.0", optional = true, markers = "extra == \"standard\""}
|
||||
httptools = {version = ">=0.5.0", optional = true, markers = "extra == \"standard\""}
|
||||
python-dotenv = {version = ">=0.13", optional = true, markers = "extra == \"standard\""}
|
||||
pyyaml = {version = ">=5.1", optional = true, markers = "extra == \"standard\""}
|
||||
typing-extensions = {version = "*", markers = "python_version < \"3.8\""}
|
||||
|
@ -2078,7 +2078,7 @@ watchfiles = {version = ">=0.13", optional = true, markers = "extra == \"standar
|
|||
websockets = {version = ">=10.0", optional = true, markers = "extra == \"standard\""}
|
||||
|
||||
[package.extras]
|
||||
standard = ["colorama (>=0.4)", "httptools (>=0.4.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.0)"]
|
||||
standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "uvloop"
|
||||
|
@ -2199,7 +2199,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "fb26536820c5efd33d9867fe35858b15079ed5bbe540bc5693735f42d67970fe"
|
||||
content-hash = "b335e0c5798b3f81efd0f1bc0a62ec09037da198a034d561ef74410dfddd871a"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3573,8 +3573,8 @@ urllib3 = [
|
|||
{file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"},
|
||||
]
|
||||
uvicorn = [
|
||||
{file = "uvicorn-0.18.3-py3-none-any.whl", hash = "sha256:0abd429ebb41e604ed8d2be6c60530de3408f250e8d2d84967d85ba9e86fe3af"},
|
||||
{file = "uvicorn-0.18.3.tar.gz", hash = "sha256:9a66e7c42a2a95222f76ec24a4b754c158261c4696e683b9dadc72b590e0311b"},
|
||||
{file = "uvicorn-0.19.0-py3-none-any.whl", hash = "sha256:cc277f7e73435748e69e075a721841f7c4a95dba06d12a72fe9874acced16f6f"},
|
||||
{file = "uvicorn-0.19.0.tar.gz", hash = "sha256:cf538f3018536edb1f4a826311137ab4944ed741d52aeb98846f52215de57f25"},
|
||||
]
|
||||
uvloop = [
|
||||
{file = "uvloop-0.17.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ce9f61938d7155f79d3cb2ffa663147d4a76d16e08f65e2c66b77bd41b356718"},
|
||||
|
|
|
@ -52,7 +52,7 @@ asgiref = "==3.5.2" #1516
|
|||
ipython = "==7.34.0"
|
||||
python-ldap = "==3.4.3"
|
||||
django-auth-ldap = "==4.1.0"
|
||||
uvicorn = {version = "==0.18.3", extras = ["standard"]}
|
||||
uvicorn = {version = "==0.19.0", extras = ["standard"]}
|
||||
django-cache-memoize = "0.1.10"
|
||||
requests-http-message-signatures = "==0.3.1"
|
||||
drf-spectacular = "==0.24.2"
|
||||
|
|
Loading…
Reference in New Issue