diff --git a/poetry.lock b/poetry.lock index 0c7c1e3..b618d39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -243,13 +243,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.115.8" +version = "0.115.10" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.115.8-py3-none-any.whl", hash = "sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf"}, - {file = "fastapi-0.115.8.tar.gz", hash = "sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9"}, + {file = "fastapi-0.115.10-py3-none-any.whl", hash = "sha256:47346c5437e933e68909a835cf63890a9bd52fb6091b2499b996c08a01ca43a5"}, + {file = "fastapi-0.115.10.tar.gz", hash = "sha256:920cdc95c1c6ca073656deae80ad254512d131031c2d7759c87ae469572911ee"}, ] [package.dependencies] @@ -259,7 +259,7 @@ httpx = {version = ">=0.23.0", optional = true, markers = "extra == \"standard\" jinja2 = {version = ">=3.1.5", optional = true, markers = "extra == \"standard\""} pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" python-multipart = {version = ">=0.0.18", optional = true, markers = "extra == \"standard\""} -starlette = ">=0.40.0,<0.46.0" +starlette = ">=0.40.0,<0.47.0" typing-extensions = ">=4.8.0" uvicorn = {version = ">=0.12.0", extras = ["standard"], optional = true, markers = "extra == \"standard\""} @@ -1336,4 +1336,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "8da861208c4e44c45cd9629f6c5cc94ff060e3f070ee58bcb3b0c51342c7652c" +content-hash = "78eae0ecc011fe54f54a719f996e75a807110e3337a9b3bad323bfd77479af19" diff --git a/pyproject.toml b/pyproject.toml index f6d492a..a619dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ pilotwings = 'backend.pilotwings:launch' [tool.poetry.dependencies] python = ">=3.9" docker = "^7.1.0" -fastapi = {extras = ["standard"], version = "^0.115.8"} +fastapi = {extras = ["standard"], version = "^0.115.10"} python-dotenv = "^1.0.1" [tool.poetry.group.dev.dependencies]