Update dependency uvicorn to ^0.28.0

This commit is contained in:
renovate[bot]
2024-03-09 12:17:33 +00:00
parent e9e104e6f0
commit 6fa41f563a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -906,13 +906,13 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "uvicorn"
version = "0.27.1"
version = "0.28.0"
description = "The lightning-fast ASGI server."
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]
@ -1164,4 +1164,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "6a1cd72a7ee95e225bcd8592860f0aee6a023544bf3d1d7abe3490630d67dd38"
content-hash = "23e0a7fc049de8903b09873ac1566424c6150d8b33c890567d48327ca0d19de6"

View File

@ -13,7 +13,7 @@ discord-webhook = "^1.3.0"
python-multipart = "^0.0.9"
python-dotenv = "^1.0.0"
Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }
uvicorn = { extras = ["standard"], version = "^0.28.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.27.0"