Update dependency uvicorn to ^0.28.0

This commit is contained in:
renovate[bot]
2024-03-09 09:47:34 +00:00
parent 3e6b0419e4
commit 56629cf468
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1360,14 +1360,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.27.1"
version = "0.28.0"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "uvicorn-0.27.1-py3-none-any.whl", hash = "sha256:5c89da2f3895767472a35556e539fd59f7edbe9b1e9c0e1c99eebeadc61838e4"},
{file = "uvicorn-0.27.1.tar.gz", hash = "sha256:3d9a267296243532db80c83a959a3400502165ade2c1338dea4e67915fd4745a"},
{file = "uvicorn-0.28.0-py3-none-any.whl", hash = "sha256:6623abbbe6176204a4226e67607b4d52cc60ff62cda0ff177613645cefa2ece1"},
{file = "uvicorn-0.28.0.tar.gz", hash = "sha256:cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067"},
]
[package.dependencies]
@ -1621,4 +1621,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "a587718818f3fae1c6f73931eb15c671e18343282e541f6b26590669f1103db4"
content-hash = "b69121382fc52677b66f69c1bbb2fbcc208328f60d3c8f6ab3039818d660e785"