diff --git a/poetry.lock b/poetry.lock index e72d441..b6b4d9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1737,13 +1737,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.25.0" +version = "0.27.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, - {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, + {file = "uvicorn-0.27.0-py3-none-any.whl", hash = "sha256:890b00f6c537d58695d3bb1f28e23db9d9e7a17cbcc76d7457c499935f933e24"}, + {file = "uvicorn-0.27.0.tar.gz", hash = "sha256:c855578045d45625fd027367f7653d249f7c49f9361ba15cf9624186b26b8eb6"}, ] [package.dependencies] @@ -2010,4 +2010,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1b16955bb917f0caa2d77626a142eae5f30419df258646d772016d1ae62d0a7b" +content-hash = "6f7592664cd612161067180336a04f266b2c9a8e40f5819f791ca6360bb525dd" diff --git a/pyproject.toml b/pyproject.toml index f5247ec..7bb21c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" fastapi = {extras = ["all"], version = "^0.109.0"} -uvicorn = {extras = ["standard"], version = "^0.25.0"} +uvicorn = {extras = ["standard"], version = "^0.27.0"} httpx = "0.26.0" pygame = "^2.5.2"