From b7a615add961d36bec54ce21710f33d76bb888bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 17:52:57 -0600 Subject: [PATCH] fix(deps): update dependency fastapi to v0.124.0 (#6664) --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9eb69f319..2d5effe2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "apprise==1.9.5", "bcrypt==5.0.0", "extruct==0.18.0", - "fastapi==0.123.10", + "fastapi==0.124.0", "httpx==0.28.1", "lxml==6.0.2", "orjson==3.11.4", diff --git a/uv.lock b/uv.lock index e80e02845..10106ef6b 100644 --- a/uv.lock +++ b/uv.lock @@ -397,7 +397,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.123.10" +version = "0.124.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -405,9 +405,9 @@ dependencies = [ { name = "starlette" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/22/ff/e01087de891010089f1620c916c0c13130f3898177955c13e2b02d22ec4a/fastapi-0.123.10.tar.gz", hash = "sha256:624d384d7cda7c096449c889fc776a0571948ba14c3c929fa8e9a78cd0b0a6a8", size = 356360, upload-time = "2025-12-05T21:27:46.237Z" } +sdist = { url = "https://files.pythonhosted.org/packages/48/9c/11969bd3e3bc4aa3a711f83dd3720239d3565a934929c74fc32f6c9f3638/fastapi-0.124.0.tar.gz", hash = "sha256:260cd178ad75e6d259991f2fd9b0fee924b224850079df576a3ba604ce58f4e6", size = 357623, upload-time = "2025-12-06T13:11:35.692Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d7/f0/7cb92c4a720def85240fd63fbbcf147ce19e7a731c8e1032376bb5a486ac/fastapi-0.123.10-py3-none-any.whl", hash = "sha256:0503b7b7bc71bc98f7c90c9117d21fdf6147c0d74703011b87936becc86985c1", size = 111774, upload-time = "2025-12-05T21:27:44.78Z" }, + { url = "https://files.pythonhosted.org/packages/4d/29/9e1e82e16e9a1763d3b55bfbe9b2fa39d7175a1fd97685c482fa402e111d/fastapi-0.124.0-py3-none-any.whl", hash = "sha256:91596bdc6dde303c318f06e8d2bc75eafb341fc793a0c9c92c0bc1db1ac52480", size = 112505, upload-time = "2025-12-06T13:11:34.392Z" }, ] [[package]] @@ -892,7 +892,7 @@ requires-dist = [ { name = "bcrypt", specifier = "==5.0.0" }, { name = "beautifulsoup4", specifier = "==4.14.3" }, { name = "extruct", specifier = "==0.18.0" }, - { name = "fastapi", specifier = "==0.123.10" }, + { name = "fastapi", specifier = "==0.124.0" }, { name = "html2text", specifier = "==2025.4.15" }, { name = "httpx", specifier = "==0.28.1" }, { name = "ingredient-parser-nlp", specifier = "==2.4.0" },