From 61587f1f016c91a928c621c3a6d1e5eee71f358b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:56:09 +0000 Subject: [PATCH] chore(deps): bump uv from 0.5.7 to 0.9.5 in /scripts/proxy-test Bumps [uv](https://github.com/astral-sh/uv) from 0.5.7 to 0.9.5. - [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.5.7...0.9.5) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.5 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 9cfd79360c5a..d1f9aa8a0f78 100644 --- a/scripts/proxy-test/requirements.txt +++ b/scripts/proxy-test/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.111.1 uvicorn==0.28.1 -uv==0.5.7 +uv==0.9.5 websockets==13.1 python-socks==2.5.3 httpx==0.28.1