diff --git a/poetry.lock b/poetry.lock index 76562209..f43a4528 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1022,13 +1022,13 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.104.1" +version = "0.106.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.104.1-py3-none-any.whl", hash = "sha256:752dc31160cdbd0436bb93bad51560b57e525cbb1d4bbf6f4904ceee75548241"}, - {file = "fastapi-0.104.1.tar.gz", hash = "sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae"}, + {file = "fastapi-0.106.0-py3-none-any.whl", hash = "sha256:193c2f1b495d1d6561a3dc1ca02a150757322247d895ff6bf15b6eefee24feb9"}, + {file = "fastapi-0.106.0.tar.gz", hash = "sha256:c7e7453ac8c4b7414bbafcf90127d743559808eee286ae2c9f99a501f0b534a0"}, ] [package.dependencies] @@ -4239,4 +4239,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6bcc2beaba87225d85fe50521e88cc2f944d5274c66d8b43b49722fa71c62f39" +content-hash = "d7445603a72c08814c377244b47036e85c959a8bdadba2816ed87783543b402c" diff --git a/pyproject.toml b/pyproject.toml index 10169056..161b33f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ Authlib = "^0.15.5" bcrypt = "^3.2.0" boto3 = "^1.26" cpr_sdk = { version = "1.9.1", extras = ["vespa"] } -fastapi = "^0.104.1" +fastapi = "^0.106.0" fastapi-health = "^0.4.0" fastapi-pagination = { extras = ["sqlalchemy"], version = "^0.12.19" } httpx = "^0.22.0"