From e861626eacae1d34b736951bb879aa92d2cc9ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 05:23:23 +0000 Subject: [PATCH] chore(deps): bump gradio in the uv group across 1 directory Bumps the uv group with 1 update in the / directory: [gradio](https://github.com/gradio-app/gradio). Updates `gradio` from 6.12.0 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@6.12.0...gradio@6.15.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.15.0 dependency-type: direct:production dependency-group: uv ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 69cf1f7..920fd01 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ # Local app development installs the repository package from the parent dir. -e .. -gradio>=6.10.0,<7 +gradio>=6.15.0,<7 plotly>=5.0,<6 pillow>=12.2.0 diff --git a/requirements.txt b/requirements.txt index 012184b..a5ec3e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Deployment dependencies for surfaces that install from requirements.txt. # `-e .` ensures Databricks Apps installs this repository's local package. -e . -gradio>=6.10.0,<7 +gradio>=6.15.0,<7 plotly>=5.0,<6 pillow>=12.2.0