diff --git a/poetry.lock b/poetry.lock index 334b98e..d760d47 100644 --- a/poetry.lock +++ b/poetry.lock @@ -465,13 +465,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.31.0" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.31.0-py3-none-any.whl", hash = "sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced"}, - {file = "uvicorn-0.31.0.tar.gz", hash = "sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -484,4 +484,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ca2a5eea99c1a8083b1093abcb9a544df1d3366a55ff49a8d18c48735db94948" +content-hash = "413a9e59dea7e06583ad24f8a512001f377bc78eefbc4161e61a4f4363422808" diff --git a/pyproject.toml b/pyproject.toml index 38ba595..017cce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.12" fastapi = "^0.115.0" urllib3 = "^2.2.3" -uvicorn = "^0.31.0" +uvicorn = "^0.32.0" gce-ipx800 = "^0.6.0"