Skip to content

chore(deps): bump gradio from 6.12.0 to 6.15.1 in /envs/sumo_rl_env#967

Merged
burtenshaw merged 1 commit into
mainfrom
dependabot/uv/envs/sumo_rl_env/gradio-6.15.1
Jul 15, 2026
Merged

chore(deps): bump gradio from 6.12.0 to 6.15.1 in /envs/sumo_rl_env#967
burtenshaw merged 1 commit into
mainfrom
dependabot/uv/envs/sumo_rl_env/gradio-6.15.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps gradio from 6.12.0 to 6.15.1.

Changelog

Sourced from gradio's changelog.

6.15.1

Features

Fixes

6.15.0

Features

Fixes

6.14.0

Features

Fixes

6.13.0

... (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

Low Risk
Lockfile-only dependency refresh with no runtime code changes; main review surface is verifying installs still resolve and that Gradio UI behavior via openenv is acceptable on the new minor versions.

Overview
Updates envs/sumo_rl_env/uv.lock only: lock revision 2 → 3, and re-resolves the environment so every locked package now points at https://pypi.org/simple instead of the Hugging Face PyPI mirror.

The substantive version bumps tied to this Dependabot PR are gradio 6.12.0 → 6.15.1 and its companion gradio-client 2.4.1 → 2.5.0 (pulled in via openenv). No application or env source files change—only pinned artifacts and registry metadata in the lockfile.

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

Bumps [gradio](https://github.com/gradio-app/gradio) from 6.12.0 to 6.15.1.
- [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.1)

---
updated-dependencies:
- dependency-name: gradio
  dependency-version: 6.15.1
  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 14, 2026
@burtenshaw burtenshaw added environment size: small Small pull request labels Jul 14, 2026 — with Cursor

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Alignment Review Report

PR #967chore(deps): bump gradio from 6.12.0 to 6.15.1 in /envs/sumo_rl_env (native dependabot, branch dependabot/uv/envs/sumo_rl_env/gradio-6.15.1).

Automated Checks

  • Lint: PASS (for this PR's scope). lint.sh exits non-zero only on ~20 pre-existing unformatted files in other envs (agent_world_model_env, chat_env, coding_tools_env, jupyter_env, opencode_env, repl_env, terminus_env, textarena_env) — none is sumo_rl_env, and this PR only touches uv.lock (TOML, not linted by ruff/usort).
  • Debug code: CLEAN (for this PR's scope). check-debug.sh scans src/ only; all hits are pre-existing (cli/commands/build.py, cli/__main__.py, cli/commands/serve.py, containers/test_local_docker_provider.py). The diff is lockfile-only.

Open RFCs Context

000/001/002/003/005 In Review, 010 Draft, 004 no Status header. None governs Python packaging, dependency-version management, or the PyPI index source (RFC 002's "Dependency Management" is Docker-Compose sim/prod orchestration). No RFC conflict for a dependency lock bump.

Change summary (verified)

Transitive bump — sumo_rl_env/pyproject.toml pins no gradio (only openenv>=0.2.2; gradio arrives via the optional core web UI), so a lock-only change with no pyproject edit is correct. Package delta is minimal and clean (124 → 124 packages, 0 added/removed):

  • gradio 6.12.0 → 6.15.1
  • gradio-client 2.4.1 → 2.5.0 (lockstep — gradio 6.15.1 pins gradio-client==2.5.0)

Verified: version + sdist + wheel updated for both; hashes match live PyPI; requires_python >=3.10 (env is >=3.10); not yanked; uv lock --check --project envs/sumo_rl_env passes. hf-gradio already present and aiofiles/ffmpy already dropped at base (the 6.9→6.12 reshuffle predates this PR).

Security — net positive: 6.12.0 → 6.15.1 clears GHSA-6655-8ph2-63j3 (fixed exactly in 6.15.1) plus GHSA-7hp7-4p35-3cx2 and PYSEC-2026-2178 (both fixed in 6.15.0).
FYI (non-blocking): 6.15.1 still carries CVE-2026-49119 (FileExplorer preprocess() path traversal), fixed only in 6.16.0 — a follow-up bump to >=6.16.0 would clear it. Low risk here since gradio is only the optional debug web UI.

Tier 1: Fixes Required

None.

Tier 2: Alignment Discussion

Principle Conflicts

ALIGNMENT FLAG: Index-source flip from the internal HF mirror to public PyPI

  • Principle at stake: Reproducibility / provenance (PRINCIPLES.md — "Container isolation for reproducibility and security", L15)
  • The concern: Alongside the gradio bump, dependabot rewrote the source registry of all 143 entries from pypi.registries.huggingface.techpypi.org/simple and moved the lock revision = 2 → 3. Artifact URLs stay on files.pythonhosted.org with unchanged hashes, so this is likely benign, but it silently changes declared provenance and widens the cross-env split between mirror- and PyPI-sourced locks. Registry choice is a team decision, so flagging rather than fixing (hand-reverting a dependabot lock isn't appropriate).
  • Suggested reviewer: @Darktex, @burtenshaw

RFC Conflicts

None identified.

Process note (non-blocking, cc @burtenshaw)

.github/dependabot.yml's uv updater declares directory: "/" + exclude-paths: ["envs/**"], yet this native dependabot/uv/envs/sumo_rl_env/… PR still edits envs/sumo_rl_env/uv.lock. The exclude-paths key isn't being honored for the uv ecosystem (root pyproject.toml has no [tool.uv.workspace]). The codex/dependabot-envs-* aggregate roll-ups are the intended path for env locks. Not a code issue — a config/process observation.

Summary

  • 0 mechanical issues to fix
  • 1 alignment point for human review (index-source flip → @Darktex / @burtenshaw), plus 1 dependabot-config process note (@burtenshaw)
  • 0 RFC conflicts
Open in Web View Automation 

Sent by Cursor Automation: Pre-review

Comment thread envs/sumo_rl_env/uv.lock
@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Tier 2 (reproducibility) — index-source flip + lock revision bump. Beyond the gradio bump, this PR rewrote the source registry of all 143 packages from pypi.registries.huggingface.techpypi.org/simple and moved revision = 2 → 3 (accounts for the 150/150 line churn). Artifact URLs stay on files.pythonhosted.org with unchanged hashes, so it's likely benign, but it changes declared provenance vs the internal mirror. Registry choice is a team call — flagging, not fixing. cc @Darktex @burtenshaw

Comment thread envs/sumo_rl_env/uv.lock
name = "gradio"
version = "6.12.0"
source = { registry = "https://pypi.registries.huggingface.tech/" }
version = "6.15.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

gradio is transitive here (no pin in pyproject.toml; pulled via the optional core web UI), so a lock-only bump is correct. Verified live on PyPI: requires_python >=3.10, not yanked, sdist/wheel hashes match this lock. Security net-positive — clears GHSA-6655-8ph2-63j3 (fixed in 6.15.1) plus GHSA-7hp7-4p35-3cx2 / PYSEC-2026-2178 (fixed 6.15.0). FYI: 6.15.1 still carries CVE-2026-49119 (FileExplorer path traversal, fixed only in 6.16.0) — a later bump to >=6.16.0 would clear it.

Comment thread envs/sumo_rl_env/uv.lock
name = "gradio-client"
version = "2.4.1"
source = { registry = "https://pypi.registries.huggingface.tech/" }
version = "2.5.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

gradio-client moves in lockstep because gradio 6.15.1 requires gradio-client==2.5.0. Verified on PyPI: requires_python >=3.10, no known vulns, sdist/wheel hashes match the lock. uv lock --check --project envs/sumo_rl_env passes (internally consistent).

@burtenshaw
burtenshaw merged commit 49e83a9 into main Jul 15, 2026
10 checks passed
@burtenshaw

Copy link
Copy Markdown
Collaborator

Aggregated into #921 (chore(deps): aggregate envs dependabot updates). Closing this single Dependabot PR so maintainers can review the env dependency updates in one place.

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