From afdd0b15dc81b13f4683ec78afc744a7489c0c87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:24:37 -0500 Subject: [PATCH] fix(deps): update dependency fastapi to ^0.118.0 (#6281) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ca83b98d1..ba90467b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -738,14 +738,14 @@ cli = ["requests"] [[package]] name = "fastapi" -version = "0.117.1" +version = "0.118.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "fastapi-0.117.1-py3-none-any.whl", hash = "sha256:33c51a0d21cab2b9722d4e56dbb9316f3687155be6b276191790d8da03507552"}, - {file = "fastapi-0.117.1.tar.gz", hash = "sha256:fb2d42082d22b185f904ca0ecad2e195b851030bd6c5e4c032d1c981240c631a"}, + {file = "fastapi-0.118.0-py3-none-any.whl", hash = "sha256:705137a61e2ef71019d2445b123aa8845bd97273c395b744d5a7dfe559056855"}, + {file = "fastapi-0.118.0.tar.gz", hash = "sha256:5e81654d98c4d2f53790a7d32d25a7353b30c81441be7d0958a26b5d761fa1c8"}, ] [package.dependencies] @@ -4010,4 +4010,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "ef835ec56573f2240e32f74841e74bfa238c1c0182da41969ab1ee41b2ba6a2a" +content-hash = "456600838d923eefd6eb56d979d2e80ee391a6c5d31d50586ea25a541df72d4a" diff --git a/pyproject.toml b/pyproject.toml index 31db661d7..a53071094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ appdirs = "1.4.4" apprise = "^1.4.5" bcrypt = "^5.0.0" extruct = "^0.18.0" -fastapi = "^0.117.0" +fastapi = "^0.118.0" httpx = "^0.28.0" lxml = "^6.0.0" orjson = "^3.8.0"