diff --git a/poetry.lock b/poetry.lock index 1a3893c..1a7dec0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index bdc0fd7..4023f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ reader = "^3.4" discord-webhook = "^1.0.0" platformdirs = "^3.0.0" fastapi = "^0.110.0" -uvicorn = { extras = ["standard"], version = "^0.27.0" } +uvicorn = { extras = ["standard"], version = "^0.28.0" } jinja2 = "^3.1.2" apscheduler = "^3.10.0" python-multipart = "^0.0.9"