From 23288fef8befa2920cc3e6ab76ce24df2d96bdf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:18:22 +0000 Subject: [PATCH] Bump fastapi from 0.104.1 to 0.106.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.104.1 to 0.106.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.104.1...0.106.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3fca3b72..64191503 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 = "9c0839766f27f4680f82848bf1b4a5ef5bd774a9c0b804f1ed11ef1f6d74b9a6" +content-hash = "2a3c7c8f79d1e1d5a343d4860da51764e3099b146d848daa7e160473ccb25209" diff --git a/pyproject.toml b/pyproject.toml index a61ada12..926fa61d 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"