Update dependency uvicorn to v0.17.5 (develop)

This commit is contained in:
RenovateBot 2022-02-16 14:33:11 +00:00
parent 4e8704750d
commit 37a7f6d903
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -1953,7 +1953,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "uvicorn"
version = "0.17.4"
version = "0.17.5"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "55784009c60d00176a60306241e877a4e903e13fca7140640834cb44432faa67"
content-hash = "59eb23cda6ad4bedc1e6b93025663e55edf235e580b1eedf54a074b891156309"
[metadata.files]
aiohttp = [
@ -3324,8 +3324,8 @@ urllib3 = [
{file = "urllib3-1.26.8.tar.gz", hash = "sha256:0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"},
]
uvicorn = [
{file = "uvicorn-0.17.4-py3-none-any.whl", hash = "sha256:e85872d84fb651cccc4c5d2a71cf7ead055b8fb4d8f1e78e36092282c0cf2aec"},
{file = "uvicorn-0.17.4.tar.gz", hash = "sha256:25850bbc86195a71a6477b3e4b3b7b4c861fb687fb96912972ce5324472b1011"},
{file = "uvicorn-0.17.5-py3-none-any.whl", hash = "sha256:8adddf629b79857b48b999ae1b14d6c92c95d4d7840bd86461f09bee75f1653e"},
{file = "uvicorn-0.17.5.tar.gz", hash = "sha256:c04a9c069111489c324f427501b3840d306c6b91a77b00affc136a840a3f45f1"},
]
uvloop = [
{file = "uvloop-0.16.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6224f1401025b748ffecb7a6e2652b17768f30b1a6a3f7b44660e5b5b690b12d"},

View File

@ -55,7 +55,7 @@ asgiref = "==3.5.0" #1516
ipython = "==7.31.1"
python-ldap = "==3.4.0"
django-auth-ldap = "==4.0.0"
uvicorn = {version = "==0.17.4", extras = ["standard"]}
uvicorn = {version = "==0.17.5", extras = ["standard"]}
django-cache-memoize = "0.1.10"
[tool.poetry.dev-dependencies]