From ca260e6a583e3d3fe5bad02d0915396667885b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 21:29:15 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to v0.123.5 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0422682..a713e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "BSS file server API" authors = [{ name = "Bence Csik", email = "22349790+csikb@users.noreply.github.com" }] requires-python = "==3.14.0" dependencies = [ - "fastapi[standard-no-fastapi-cloud-cli]==0.123.4", + "fastapi[standard-no-fastapi-cloud-cli]==0.123.5", "pillow==12.0.0", # this should be part of standard-no-fastapi-cloud-cli, but is missing: # see: https://github.com/fastapi/fastapi/blob/6fae64ff49e8328048872714652a4dfa15406e41/pyproject.toml#L94-L98 diff --git a/uv.lock b/uv.lock index 9ed3590..d0d9908 100644 --- a/uv.lock +++ b/uv.lock @@ -90,7 +90,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "fastapi", extras = ["standard-no-fastapi-cloud-cli"], specifier = "==0.123.4" }, + { name = "fastapi", extras = ["standard-no-fastapi-cloud-cli"], specifier = "==0.123.5" }, { name = "pillow", specifier = "==12.0.0" }, { name = "pydantic-core", specifier = ">=2.40.0" }, { name = "pydantic-settings", specifier = "==2.12.0" }, @@ -265,7 +265,7 @@ wheels = [ [[package]] name = "fastapi" -version = "0.123.4" +version = "0.123.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "annotated-doc" }, @@ -273,9 +273,9 @@ dependencies = [ { name = "starlette" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e4/70/b856e5db716c4d84cc9d7f69e7dba0f3f900e0deee01336a458f60add3d7/fastapi-0.123.4.tar.gz", hash = "sha256:c2d0ac82f3534c8e35692fda67e2412ac60bad846bb903a65cd8145a65741474", size = 350467, upload-time = "2025-12-02T10:48:21.034Z" } +sdist = { url = "https://files.pythonhosted.org/packages/78/b8/c6e916565af8a8e1c8f5a4736b31a6995adb51dbd4cbefc8b022e753ecb9/fastapi-0.123.5.tar.gz", hash = "sha256:54bbb660ca231d3985474498b51c621ddcf8888d9a4c1ecb10aa40ec217e4965", size = 352030, upload-time = "2025-12-02T21:08:38.532Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/bc/e9/1c266c3c6aeaab86b5f7b2d7bd3e3789ddc6780c0a4236d24d92814628f1/fastapi-0.123.4-py3-none-any.whl", hash = "sha256:fc2b5cbc10fa05f4f22d87ef7ebc8993b5110ffd9850c08e1fc35a0da37f492e", size = 111270, upload-time = "2025-12-02T10:48:19.707Z" }, + { url = "https://files.pythonhosted.org/packages/c2/dc/faa52fe784892bb057934248ded02705d26ca3aca562876e61c239947036/fastapi-0.123.5-py3-none-any.whl", hash = "sha256:a9c708e47c0fa424139cddb8601d0f92d3111b77843c22e9c8d0164d65fe3c97", size = 111316, upload-time = "2025-12-02T21:08:36.191Z" }, ] [package.optional-dependencies]