From 26b2321dca0df232f88487f41b18931d73b61290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:58:28 +0000 Subject: [PATCH] build(deps): bump uvicorn in /intelligent-ai-finops Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.52.2 to 0.52.4. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.52.2...0.52.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- intelligent-ai-finops/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intelligent-ai-finops/requirements.txt b/intelligent-ai-finops/requirements.txt index 6c97333..1379b80 100644 --- a/intelligent-ai-finops/requirements.txt +++ b/intelligent-ai-finops/requirements.txt @@ -1,7 +1,7 @@ # Backend dependencies — pinned to audited versions (see DEPENDENCIES.md). # All permissive OSS licenses (MIT / BSD-3-Clause / Apache-2.0); no copyleft. fastapi==0.141.1 # MIT — web framework (serves ./dist + /api) -uvicorn[standard]==0.52.2 # BSD-3-Clause — ASGI server +uvicorn[standard]==0.52.4 # BSD-3-Clause — ASGI server databricks-sdk==0.133.0 # Apache-2.0 — workspace auth + Model Serving access pydantic==2.13.4 # MIT — request/response models pyyaml==6.0.3 # MIT — reads config/*.yaml