Skip to content

chore(deps): bump gradio from 6.10.0 to 6.15.0 in /envs/tbench2_env - #899

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/envs/tbench2_env/gradio-6.15.0
Closed

chore(deps): bump gradio from 6.10.0 to 6.15.0 in /envs/tbench2_env#899
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/envs/tbench2_env/gradio-6.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps gradio from 6.10.0 to 6.15.0.

Release notes

Sourced from gradio's releases.

gradio@6.15.0

Features

Fixes

Changelog

Sourced from gradio's changelog.

6.15.0

Features

Fixes

6.14.0

Features

Fixes

6.13.0

Features

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Medium Risk
Gradio is a major UI/runtime dependency for this env; 6.10→6.15 can change behavior or APIs, though the bump includes security fixes (e.g. proxy cookie isolation, handlebars CVE). Lockfile-only change limits blast radius to install/reproducibility.

Overview
Updates envs/tbench2_env/uv.lock so the resolved Gradio stack moves from 6.10.0 to 6.15.0, with gradio-client 2.4.0→2.5.0 and hf-gradio 0.3.0→0.4.1. Gradio’s declared dependencies no longer pull aiofiles or ffmpy into the lock.

The lock refresh also points every package source at https://pypi.org/simple instead of the Hugging Face PyPI registry, and bumps the lock revision from 2 to 3. There are no application source changes—only the lockfile.

Reviewed by Cursor Bugbot for commit 261ecb9. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [gradio](https://github.com/gradio-app/gradio) from 6.10.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.10.0...gradio@6.15.0)

---
updated-dependencies:
- dependency-name: gradio
  dependency-version: 6.15.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies python:uv Pull requests that update python:uv code labels Jul 2, 2026
@burtenshaw burtenshaw added environment size: small Small pull request labels Jul 2, 2026 — with Cursor
@bot-ci-comment

bot-ci-comment Bot commented Jul 2, 2026

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alignment Review Report

Scope: this PR touches a single file, envs/tbench2_env/uv.lock (+141/-161). gradio is a transitive dependency (via openenv's optional web UI) — it is not pinned in envs/tbench2_env/pyproject.toml — so a lock-only bump with no pyproject.toml edit is correct.

Automated Checks

  • Lint: N/A (could not run) — .claude/hooks/lint.sh exits 1 because uv isn't installed in the review VM, and it only lints Python (src/, tests/, envs/). This diff is a TOML lockfile, so Python lint doesn't apply. I verified lockfile consistency manually and defer uv lock --check to CI.
  • Debug code: CLEAN — .claude/hooks/check-debug.sh matches are all pre-existing in src/; none are in the changed lockfile.

Manual lock verification (Tier 1 substitute) — all live against PyPI

Package Change sdist+wheel hash/size requires-python yanked vulns
gradio 6.10.0 → 6.15.0 MATCH / MATCH >=3.10 no 0
gradio-client 2.4.0 → 2.5.0 MATCH / MATCH >=3.10 no 0
hf-gradio 0.3.0 → 0.4.1 MATCH / MATCH >=3.10 no 0
aiofiles removed n/a
ffmpy removed n/a
  • gradio 6.15.0's metadata explains and validates every transitive change: it now pins gradio-client==2.5.0, requires hf-gradio<1.0,>=0.4.1 (old 0.3.0 no longer satisfies this), and drops aiofiles + ffmpy from its deps. So the two removals and two bumps are all required and consistent — not stray churn.
  • All 28 of gradio 6.15.0's runtime constraints are satisfied by the locked versions, and requires-python >=3.10 matches the env.
  • Lockfile revision bumped 2 → 3 (line 2). The env Dockerfile installs via uv sync --frozen, so the base image's uv must understand lock revision 3 (should be fine on current base; noting for awareness).
  • This is a neutral maintenance bump, not a security fix (both 6.10.0 and 6.15.0 have no PyPI advisories).

Open RFCs Context

In Review: 000, 001, 002, 003, 005. Draft: 010. (004 has no Status header.) None cover dependency management / packaging / PyPI index selection → no RFC conflict for this change.

Tier 1: Fixes Required

None.

Tier 2: Alignment Discussion

Principle Conflicts

ALIGNMENT FLAG: Lockfile index provenance silently flipped from the internal HF mirror to public PyPI

  • Principle at stake: PRINCIPLES.md — "Container isolation for reproducibility"
  • The concern: Beyond the gradio bump, every remaining package's source flipped https://pypi.registries.huggingface.tech/https://pypi.org/simple (base: 133 on the mirror / 0 public; new: 0 on the mirror / 131 public — the 2 fewer are the dropped aiofiles/ffmpy). Artifact URLs (files.pythonhosted.org) and hashes are unchanged, so it's very likely benign, but it silently changes declared provenance and widens a cross-env split (other envs' lockfiles still declare the internal mirror). No committed config pins either index — it exists only inside uv.lock files. Worth a deliberate decision on the canonical index so all envs stay consistent.
  • Suggested reviewers: @Darktex (reproducibility principle author), @burtenshaw (dependabot/env tooling owner)

RFC Conflicts

None identified.

Process note (not a code issue)

.github/dependabot.yml configures the uv updater with directory: "/" and exclude-paths: ["envs/**"], yet this native dependabot/uv/envs/tbench2_env/... PR modifies envs/tbench2_env/uv.lock — the exclude-paths rule doesn't appear to take effect for native per-env PRs. (This is expected for the intended codex/dependabot-envs-* aggregate roll-ups, but this is a native PR.) cc @burtenshaw

Summary

  • 0 mechanical issues to fix (lockfile internally consistent; all hashes, sizes, and constraints verified against PyPI)
  • 1 alignment point for human review (index-provenance flip)
  • 0 RFC conflicts
  • +1 process note (dependabot exclude-paths vs. native env PR)
Open in Web View Automation 

Sent by Cursor Automation: Pre-review

Comment thread envs/tbench2_env/uv.lock
name = "gradio"
version = "6.10.0"
source = { registry = "https://pypi.registries.huggingface.tech/" }
version = "6.15.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Named bump verified against PyPI: gradio 6.10.0 → 6.15.0, sdist+wheel sha256 and sizes MATCH, requires-python >=3.10 (env is >=3.10), not yanked, no advisories. gradio 6.15.0 pins gradio-client==2.5.0, requires hf-gradio>=0.4.1, and drops aiofiles/ffmpy — which is exactly the rest of this diff, so the transitive bumps and removals are all required and consistent.

Comment thread envs/tbench2_env/uv.lock
name = "aiofile"
version = "3.9.0"
source = { registry = "https://pypi.registries.huggingface.tech/" }
source = { registry = "https://pypi.org/simple" }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tier 2 (discussion, not a blocker): this is the first of ~131 source lines that flip from the internal HF mirror (pypi.registries.huggingface.tech) to public PyPI (pypi.org/simple) across the whole file — a side effect bundled with the gradio bump. Download URLs (files.pythonhosted.org) and hashes are unchanged, so it's likely benign, but declared provenance changes silently and other envs still point at the mirror. Suggest a deliberate team decision on the canonical index (cc @Darktex / @burtenshaw).

@burtenshaw

Copy link
Copy Markdown
Collaborator

Superseded by aggregate maintainer PR #902.

@burtenshaw burtenshaw closed this Jul 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/uv/envs/tbench2_env/gradio-6.15.0 branch July 2, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies environment python:uv Pull requests that update python:uv code size: small Small pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant