chore: batch green dependabot PRs#3063
Conversation
Bumps [diffusers](https://github.com/huggingface/diffusers) from 0.36.0 to 0.38.0. - [Release notes](https://github.com/huggingface/diffusers/releases) - [Commits](huggingface/diffusers@v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: diffusers dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.57.3 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.57.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 to 2.12.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.7.1...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.47.0 to 0.48.2. - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-rust@0.47.0...0.48.2) --- updated-dependencies: - dependency-name: sentry dependency-version: 0.48.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.43.0 to 0.45.0. - [Commits](golang/sys@v0.43.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](rogpeppe/go-internal@v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: github.com/rogpeppe/go-internal dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.51.3 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.51.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [transformers](https://github.com/huggingface/transformers) from 4.52.3 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.52.3...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
closes: syntax for auto-closing issues on merge
closes: syntax for auto-closing issues on mergeThere was a problem hiding this comment.
I'm Bonk, and I've done a quick review of your PR.
Batch merge of green Dependabot PRs updating Python, Rust, and Go dependencies across examples and crates.
1 issue found:
- Critical:
examples/resnet/requirements.txtbumpstorchto 2.12.0 but leavestorchvisionat 0.23.0. Torchvision 0.23.0 is built for torch 2.8.0 and is incompatible with torch 2.12.0. This will cause pip resolution failures or runtime errors for the resnet example. It needs to be bumped totorchvision==0.27.0(the matching version for torch 2.12.0).
| torch==2.8.0 | ||
| pillow==12.2.0 | ||
| torch==2.12.0 | ||
| torchvision==0.23.0 |
There was a problem hiding this comment.
torchvision==0.23.0 is incompatible with torch==2.12.0 (line 2). Torchvision 0.23.0 corresponds to torch 2.8.0. Please update to the matching version:
| torchvision==0.23.0 | |
| torchvision==0.27.0 |
|
Review submitted to PR #3063. Found 1 issue: Everything else looks good — the torchvision compatibility issue from the previous review is fixed, the webhook test polling logic fix is correct, and the Rust/Go dependency bumps are routine. |
There was a problem hiding this comment.
I'm Bonk, and I've done a quick review of your PR.
Summary: Batch merge of green Dependabot PRs updating Python, Rust, and Go dependencies, plus CI stub check improvements and webhook test polling fix.
1 issue found:
- Medium:
examples/resnet/requirements.txtstill containstransformers==5.0.0rc3but the resnet example code (run.py) does not import or usetransformers— it only usestorch,torchvision,PIL, andcog. This appears to be a Dependabot artifact (PR #2986) that was already flagged in a previous review. Adding an unused ~GB dependency slows down builds for users running this example and should be removed.
|
Review submitted to PR #3063. Found 1 issue: Everything else looks good — the CI stub check caching fix is correct, the webhook polling logic fix is correct, and the Rust/Go dependency bumps are routine. |
Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com> Signed-off-by: Anish Sahoo <anishsahoo2005@gmail.com>
There was a problem hiding this comment.
I'm Bonk, and I've done a quick review of your PR.
Summary: Batch merge of green Dependabot PRs updating Python, Rust, and Go dependencies, plus CI stub check improvements and webhook test polling fix.
1 issue found:
- Medium:
examples/resnet/requirements.txtcontains duplicate lines from conflict resolution — each dependency appears twice. This will cause pip warnings/errors and unnecessarily bloats the requirements file.
|
Review submitted to PR #3063. Found 1 issue: Everything else looks good — the CI stub check caching fix is correct, the webhook polling logic fix is correct, and the Rust/Go dependency bumps are routine. |
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 0.13.4. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.13.2...v0.13.4) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.2...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Anish Sahoo <anishsahoo2005@gmail.com>
|
LGTM |
…ntal/resnet-managed-weights/pillow-12.2.0' into copilot/dependabot-all-green-updates
…0.13.4' into copilot/dependabot-all-green-updates
… copilot/dependabot-all-green-updates
…on/pytest-9.0.3' into copilot/dependabot-all-green-updates
…on/pygments-2.20.0' into copilot/dependabot-all-green-updates
|
LGTM |
…nto copilot/dependabot-all-green-updates
…on/requests-2.33.0' into copilot/dependabot-all-green-updates
|
LGTM |
Summary
Batch merge of all currently-passing (green CI) Dependabot PRs. Updated as of 2026-06-25 with additional PRs that previously had failing CI but are now green.
Closes: #3061
Closes: #3060
Closes: #3059
Closes: #3058
Closes: #3054
Closes: #3053
Closes: #3043
Closes: #3040
Closes: #3039
Closes: #3038
Closes: #3037
Closes: #3030
Closes: #2986
Closes: #2985
Closes: #2941
Closes: #2940
Closes: #2900
Closes: #2890
Closes: #2867
Green PRs included (19 total)
diffusers(z-image-turbo)transformers(z-image-turbo)torch(resnet-managed-weights)pillow(resnet-managed-weights)torch(resnet)torch(streaming-text)sentry(crates)reqwest(crates)dashmap(crates)golang.org/x/sysgithub.com/rogpeppe/go-internaltransformers(streaming-text)transformers(resnet)pillow(resnet)pytest(root uv.lock)pytest(crates/coglet-python)pygments(crates/coglet-python)pygments(root uv.lock)requests(crates/coglet-python)Excluded PRs (6 still failing)
PRs #3042, #3041, #3011, #2969, #2937 were excluded due to CI failures. #2825 has been closed.
Conflict resolution
Several PRs modified the same
requirements.txtfiles. Conflicts were resolved by combining all updates (taking the higher version for each package):examples/z-image-turbo/requirements.txt: diffusers 0.38.0 + transformers 5.0.0rc3examples/streaming-text/requirements.txt: torch 2.12.0 + transformers 5.0.0rc3examples/resnet/requirements.txt: torch 2.12.0 + transformers 5.0.0rc3 + pillow 12.2.0examples/experimental/resnet-managed-weights/requirements.txt: torch 2.12.0 + transformers 5.0.0rc3 + pillow 12.2.0crates/Cargo.lock: sentry 0.48.2 + dashmap 6.2.1 + reqwest 0.13.4 (auto-merged cleanly)go.mod/go.sum: golang.org/x/sys 0.45.0 + go-internal 1.15.0 (auto-merged cleanly)uv.lock: pygments 2.20.0 + pytest 9.0.3 (auto-merged cleanly)crates/coglet-python/uv.lock: pygments 2.20.0 + pytest 9.0.3 + requests 2.33.0 (auto-merged cleanly)