Skip to content

chore(deps): bump torch from 2.11.0 to 2.13.0 in /envs/openapp_env#993

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/envs/openapp_env/torch-2.13.0
Open

chore(deps): bump torch from 2.11.0 to 2.13.0 in /envs/openapp_env#993
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/envs/openapp_env/torch-2.13.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps torch from 2.11.0 to 2.13.0.

Release notes

Sourced from torch's releases.

PyTorch 2.13.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Tracked Regressions

ROCm wheels break torch.compile on CPU in environments without a GPU

Running a torch==2.13.0+rocm7.2 wheel in an environment where no GPU is available (torch.cuda.is_available() is False) breaks torch.compile on the CPU path: the first compile raises RuntimeError: Can't detect vectorized ISA for CPU (#189194). This is a regression from torch==2.12.1+rocm7.2, which compiles CPU code fine (detecting e.g. VecAVX2) in the same setup. The 2.13 ROCm wheel appears to rely on something present in the ROCm builder image to detect the CPU vectorized ISA, so it works when run on a ROCm image but fails on a plain CPU-only image.

Workaround: run the +rocm wheel on a ROCm image, or install a standard CPU/CUDA build for GPU-less environments.

Backwards Incompatible Changes

  • Stop building CPython 3.13t (free-threaded) binaries (#182951)

    Upstream pypa/manylinux removed CPython 3.13t (free-threaded) on 2026-05-07, because 3.13t was experimental and has been superseded by the now-non-experimental CPython 3.14t. As a result, PyTorch 2.13 no longer ships cp313t wheels (Linux, Triton, and related artifacts). Users on the free-threaded interpreter should move to Python 3.14t.

    PyTorch 2.12:

    # cp313t (free-threaded 3.13) wheels were available
    python3.13t -m pip install torch

    PyTorch 2.13:

... (truncated)

Commits
  • cf30153 [release/2.13] Strip +PTX from CUDA arch list on release/RC builds (#188914) ...
  • 3e3e24b [release/2.13] Restrict cuda-bindings to Python < 3.15 for CUDA 12.9 builds (...
  • 7986b06 [release/2.13] Bump binary build timeout 280 -> 400 minutes (#188551)
  • 0bdbc26 [release/2.13] Add CUDA 12.9 to TORCH_CUDA_ARCH_LIST tables (#188443)
  • 9cabb45 [release/2.13] Update manywheel docker image pin to 78e737ad (#188409)
  • 78e737a [release/2.13] Revert "Tighten generalized scatter graph target (#184075)" (#...
  • 0bb9b5b [release/2.13] Revert "dynamo: round-trip torch.cuda.stream ctx mgr across gr...
  • aaac2bf [release/2.13] Revert "[Reland] Port D104346887/PR 182675 for index_add fast ...
  • 9330813 Fix build_with_debinfo.py broken by CONFIGURE_DEPENDS globbing (#188192)
  • 4e077a7 Remove setuptools upper bound (#188190)
  • Additional commits viewable in compare view

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
Major ML runtime upgrade can change GPU/CPU behavior, wheel availability (no cp313t), and binary compatibility; worth validating inference/training paths that use browsergym-visualwebarena’s torch dependency.

Overview
Updates envs/openapp_env/uv.lock so PyTorch moves from 2.11.0 → 2.13.0, with the resolver refreshing the Linux CUDA stack that torch pulls in (e.g. cuda-toolkit, nvidia-cublas, nvidia-cudnn-cu13, nvidia-nccl-cu13, nvidia-cusparselt-cu13) and Triton 3.6.0 → 3.7.1.

The lock also reflects tighter Linux optional-dependency markers on cuda-toolkit extras (aarch64/x86_64) and extra transitive deps on some CUDA extras. Free-threaded (cp313t) torch/triton wheels are no longer present in the resolved set for 2.13.

A separate resolver tweak in the same lock bumps the fastapi lower bound for the openapp env package from >=0.115.0 to >=0.116.0 (no application source changes in this diff).

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

Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.0 to 2.13.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.11.0...v2.13.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.13.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 17, 2026
@burtenshaw burtenshaw added environment size: small Small pull request labels Jul 17, 2026 — with Cursor
@bot-ci-comment

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

Choose a reason for hiding this comment

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

Alignment Review Report

Dependabot lock-only bump: torch 2.11.0 → 2.13.0 in envs/openapp_env/uv.lock (the only changed file; +55/−52). torch is transitive here (pulled via browsergym; not pinned in pyproject.toml), so a lock-only change with no pyproject.toml edit is correct.

Automated Checks

  • Lint: FAIL — not attributable to this PR. bash .claude/hooks/lint.sh exits non-zero, but every flagged file is pre-existing ruff format drift in other envs' .py files (agent_world_model_env, chat_env, coding_tools_env, jupyter_env, opencode_env, repl_env, terminus_env, textarena_env). This PR touches zero .py files, and .lock/TOML are not linted. No lint issue originates from this change.
  • Debug code: CLEAN. check-debug.sh scans only src/; its console.print/TODO hits are pre-existing and none are in this PR's changed file.

Open RFCs Context

Open RFCs — 000/001/002/003/005 (In Review), 010 (Draft), 004 (no status) — cover core abstractions, env spec, MCP, agentic harnesses, world-modeling, and rewards. None governs Python packaging / dependency pins / the PyPI index, so none is relevant to a lockfile dependency bump.

Tier 1: Fixes Required

None. No source changed, and the PR's lockfile is internally consistent — uv lock --check passes on the PR revision. It actually repairs a pre-existing inconsistency (see the fastapi note below).

Tier 2: Alignment Discussion

Principle Conflicts

None identified. The reproducibility/provenance flag that often accompanies these uv-lock bumps does not apply: envs/openapp_env/uv.lock is already fully on pypi.org/simple (0 HF-mirror refs at base, revision = 3 unchanged) — i.e. "born clean" — so this bump introduces no index-source flip or provenance drift.

RFC Conflicts

None identified.

Process note (config, not a code defect) — cc @burtenshaw

This is a native dependabot/uv/envs/openapp_env/... PR, yet .github/dependabot.yml's uv updater declares exclude-paths: ["envs/**"]. The uv ecosystem isn't honoring that exclusion (a known recurring platform behavior; the codex/dependabot-envs-* aggregate roll-ups are the intended path for env locks). Not a defect in this PR — noted for maintainer awareness only. (dependabot.yml is unchanged here, hence in the body rather than inline.)

What I verified (all green)

  • Security-positive: torch 2.11.0 carries GHSA-rrmf-rvhw-rf47 (fixed_in 2.13.0); torch 2.13.0 has no known vulnerabilities.
  • Scope is exactly torch's transitive tree — 7 version bumps, 0 packages added/removed (162 → 162): torch 2.11.0→2.13.0, triton 3.6.0→3.7.1, cuda-toolkit 13.0.2→13.0.3.0, nvidia-cublas 13.1.0.3→13.1.1.3, nvidia-cudnn-cu13 9.19.0.56→9.20.0.48, nvidia-cusparselt-cu13 0.8.0→0.8.1, nvidia-nccl-cu13 2.28.9→2.29.7. No unrelated package moved. This is a within-CUDA-13 update (not a cu12→cu13 transition).
  • Hashes real: new wheel sha256/sizes verified against PyPI (torch 24/24, plus the CUDA/nvidia deps spot-checked), none yanked, artifacts on files.pythonhosted.org.
  • Constraints satisfied: torch requires_python >=3.10 ⊆ env's >=3.11,<3.14.
  • fastapi re-sync (benign, net-positive): the requires-dist line moved >=0.115.0>=0.116.0 to match pyproject.toml (which already declares >=0.116.0). Concretely: the base lock fails uv lock --check; the PR lock passes. Not a floor bump — the resolved fastapi version is unchanged.
  • Dropped cp313t (free-threaded) wheels for torch/triton per upstream 2.13 release notes — no impact (env targets standard cp311/cp312/cp313; requires-python <3.14). This accounts for the −6 artifact lines.
  • macOS arm64 min OS raised 11.0 → 14.0 (upstream) — no practical impact (env runs in Docker/Linux).

Deploy heads-up (low-risk, not a blocker)

GPU hosts will pull new CUDA-13 point releases (cuDNN 9.20, NCCL 2.29) + a new torch runtime. The 2.13.0 tracked ROCm torch.compile-on-CPU regression does not apply (this env resolves standard CUDA/CPU wheels, not +rocm).

Summary

  • 0 mechanical issues to fix
  • 0 alignment points for human review (1 process/config note for @burtenshaw)
  • 0 RFC conflicts
Open in Web View Automation 

Sent by Cursor Automation: Pre-review

Comment thread envs/openapp_env/uv.lock
[[package]]
name = "torch"
version = "2.11.0"
version = "2.13.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.

torch 2.11.0 → 2.13.0 — the named bump. Verified against PyPI: all 24 wheels' sha256/size match, not yanked, requires_python >=3.10 (⊆ env's >=3.11,<3.14).

Security-positive: clears GHSA-rrmf-rvhw-rf47 (fixed_in 2.13.0); 2.13.0 has no known vulns.

Free-threaded cp313t wheels are dropped (upstream 2.13 note) and the macOS arm64 wheel min OS rose 11.0→14.0 — neither affects this env (runs in Docker/Linux; targets cp311–cp313).

Comment thread envs/openapp_env/uv.lock
requires-dist = [
{ name = "browsergym", specifier = ">=0.13.3" },
{ name = "fastapi", specifier = ">=0.115.0" },
{ name = "fastapi", specifier = ">=0.116.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.

Benign requires-dist re-sync, not a floor bump: pyproject.toml already declares fastapi>=0.116.0, but the base lock's recorded constraint was stale at >=0.115.0. Dependabot's re-lock corrects it — the resolved fastapi version is unchanged.

Verified concretely: the base lock fails uv lock --check ("needs to be updated"), while this (head) lock passes. Net-positive side effect.

Comment thread envs/openapp_env/uv.lock
[[package]]
name = "triton"
version = "3.6.0"
version = "3.7.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.

triton 3.6.0 → 3.7.1, part of torch's transitive CUDA-13 tree. In total 7 packages version-bump in this PR (torch, triton, cuda-toolkit, nvidia-cublas, nvidia-cudnn-cu13, nvidia-cusparselt-cu13, nvidia-nccl-cu13) with 0 added / 0 removed — a within-CUDA-13 update, not a cu12→cu13 transition. All new hashes verified on PyPI, none yanked.

Deploy heads-up (low-risk): GPU hosts pick up cuDNN 9.20 / NCCL 2.29.

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