From 00f6e1c15b57b5bd619ff27b1e2d807f3dd8fa56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 08:08:55 +0000 Subject: [PATCH] Bump gradio from 5.23.3 to 6.15.0 in /labs/realtime-audio Bumps [gradio](https://github.com/gradio-app/gradio) from 5.23.3 to 6.15.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@5.23.3...gradio@6.15.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- labs/realtime-audio/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/realtime-audio/pyproject.toml b/labs/realtime-audio/pyproject.toml index 4950d9a5..f34913f3 100644 --- a/labs/realtime-audio/pyproject.toml +++ b/labs/realtime-audio/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "openai", "openai[realtime]", "azure-identity", - "gradio==5.23.3", + "gradio==6.15.0", "gradio_client==1.8.0", "fastrtc==0.0.19", "uvicorn==0.32.0",