diff --git a/server/poetry.lock b/server/poetry.lock index 87726278..76695ad3 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -339,13 +339,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.112.2" +version = "0.115.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.2-py3-none-any.whl", hash = "sha256:db84b470bd0e2b1075942231e90e3577e12a903c4dc8696f0d206a7904a7af1c"}, - {file = "fastapi-0.112.2.tar.gz", hash = "sha256:3d4729c038414d5193840706907a41839d839523da6ed0c2811f1168cac1798c"}, + {file = "fastapi-0.115.0-py3-none-any.whl", hash = "sha256:17ea427674467486e997206a5ab25760f6b09e069f099b96f5b55a32fb6f1631"}, + {file = "fastapi-0.115.0.tar.gz", hash = "sha256:f93b4ca3529a8ebc6fc3fcf710e5efa8de3df9b41570958abf1d97d843138004"}, ] [package.dependencies] @@ -1216,4 +1216,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b794333fa1ef653f3d2618b2355c33a88bdc86e43322b455893a4d9d62ecb557" +content-hash = "654ef936bd9cb7ecc4511cfa59f88ce57180349a940364a8a7314cf4107e85b4" diff --git a/server/pyproject.toml b/server/pyproject.toml index 67a7985c..eb981755 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.112.0" +fastapi = "^0.115.0" uvicorn = "^0.30.0" sqlalchemy = "^2.0.0" pydantic = "^2.5.0"