From 471b00e98383819bd1c1a4958ff0857aa5482a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:49:49 +0000 Subject: [PATCH] chore(deps): bump uv from 0.9.6 to 0.11.6 in /scripts/proxy-test Bumps [uv](https://github.com/astral-sh/uv) from 0.9.6 to 0.11.6. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.9.6...0.11.6) --- updated-dependencies: - dependency-name: uv dependency-version: 0.11.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/proxy-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/proxy-test/requirements.txt b/scripts/proxy-test/requirements.txt index b774a32a9e3d..5f498ac3be77 100644 --- a/scripts/proxy-test/requirements.txt +++ b/scripts/proxy-test/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.111.1 uvicorn==0.28.1 -uv==0.9.6 +uv==0.11.6 websockets==15.0.1 httpx==0.28.1