From 3fb75e82ca8720090cc1f2112fea0b0e804800d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:59:35 +0000 Subject: [PATCH] fix(deps): update dependency fastapi to v0.123.9 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9bcc6d5..b7c1fe5 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.1" dependencies = [ - "fastapi[standard-no-fastapi-cloud-cli]==0.123.7", + "fastapi[standard-no-fastapi-cloud-cli]==0.123.9", "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 8cf1c98..7767424 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.7" }, + { name = "fastapi", extras = ["standard-no-fastapi-cloud-cli"], specifier = "==0.123.9" }, { 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.7" +version = "0.123.9" 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/75/d2/dba013654cb7a72c99c0fe8856b3598f1289a281d972ce91b62df937a315/fastapi-0.123.7.tar.gz", hash = "sha256:d401701383afcf59bd859ead4fadd9e5aab5f783884d6a3ebe296012fdd53ab2", size = 353537, upload-time = "2025-12-04T08:29:35.277Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2c/01/c3fb48c0135d89586a03c3e2c5bc04540dda52079a1af5cac4a63598efb9/fastapi-0.123.9.tar.gz", hash = "sha256:ab33d672d8e1cc6e0b49777eb73c32ccf20761011f5ca16755889ab406fd1de0", size = 355616, upload-time = "2025-12-04T22:24:47.598Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/5a/837bf2c49320272de3e0162c37cdd465cc6a938820a90166a6900a8c34d9/fastapi-0.123.7-py3-none-any.whl", hash = "sha256:31116d87ce36b66c3e853f8c0ba7c3e4b57c148abb0e72547e25257526cd2cc5", size = 111539, upload-time = "2025-12-04T08:29:33.093Z" }, + { url = "https://files.pythonhosted.org/packages/db/15/a785e992a27620e022d0bc61b6c897ec14cff07c5ab7ff9f27651a21570b/fastapi-0.123.9-py3-none-any.whl", hash = "sha256:f54c69f23db14bd3dbcdfaf3fdce0483ca5f499512380c8e379a70cda30aa920", size = 111776, upload-time = "2025-12-04T22:24:46.042Z" }, ] [package.optional-dependencies]