diff --git a/poetry.lock b/poetry.lock index 0c4eff86..a1aa439a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -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] @@ -4250,4 +4250,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0d986525b8dd7a5cee02896eaaa6f248f3167e05eec0ef1e695bf282d8b8c904" +content-hash = "0e25ee9271e84cfb28b3d87e76f4084e779e539e136170388f15b8e491b8029d" diff --git a/pyproject.toml b/pyproject.toml index f3325af2..07a0e0ee 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"