diff --git a/poetry.lock b/poetry.lock index f5373ea..361af09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -758,13 +758,13 @@ files = [ [[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] @@ -997,4 +997,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "59991b28bc17a8f7c2bef2414b82d33edfcf0f35e36fb5428266a6085e8786ea" +content-hash = "b2d5a3e0165a3126863a33d3930383353d82b3c1a03e29de7ff4cc0ad46491e0" diff --git a/pyproject.toml b/pyproject.toml index 1ed169e..eb9057b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ deadnews-template-python = "deadnews_template_python.__main__:main" python = "^3.10" fastapi = "^0.110.0" pydantic = "^2.5.3" -uvicorn = { version = "^0.27.0", extras = ["standard"] } +uvicorn = { version = "^0.28.0", extras = ["standard"] } [tool.poetry.group.lint.dependencies] mypy = "^1.9.0"