chore(deps): bump the version-updates group across 1 directory with 2 updates - #2765
Open
dependabot[bot] wants to merge 3 commits into
Open
Conversation
… updates Bumps the version-updates group with 2 updates in the /scripts/evals/moderation directory: [transformers](https://github.com/huggingface/transformers) and [ruff](https://github.com/astral-sh/ruff). Updates `transformers` from 5.15.0 to 5.15.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v5.15.0...v5.15.1) Updates `ruff` from 0.16.3 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.3...0.16.4) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Contributor
Eval Execution✅ Status: Passed
No changed AI artifacts required evaluation. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2765 +/- ##
==========================================
- Coverage 82.98% 82.93% -0.06%
==========================================
Files 183 169 -14
Lines 33787 32559 -1228
Branches 25 0 -25
==========================================
- Hits 28038 27002 -1036
+ Misses 5746 5557 -189
+ Partials 3 0 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
…on-updates-a445d6f3e0
…on-updates-a445d6f3e0
Jamie Kim (jkim323)
approved these changes
Aug 24, 2026
Jamie Kim (jkim323)
left a comment
Collaborator
There was a problem hiding this comment.
Approving. Evidence:
- Dependabot commit changes two version lines only: ruff 0.16.3 to 0.16.4 and transformers 5.15.0 to 5.15.1.
- No packages added or removed; lock still resolves 48 packages with no dependency edge changes.
- uv lock --check confirms the lockfile stays consistent with pyproject.toml.
- Eval Validation / Content Moderation passed, exercising uv sync --locked and the Detoxify runtime.
- 115 checks passed; 3 skipped, none failing.
- Constraints satisfied: ruff>=0.16.3 and transformers>=5.15.0,<6.
- Moderation ruff config selects only E, F, I, W with preview disabled, so 0.16.4 preview rules and its PLC2701 and RUF012 changes do not apply.
- transformers 5.15.1 is a bug-fix patch for speculative decoding, image filter fallback, and gemma4 video, none of which affect Detoxify text classification.
- Lockfile sources all use canonical public PyPI feeds with sha256 hashes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the version-updates group with 2 updates in the /scripts/evals/moderation directory: transformers and ruff.
Updates
transformersfrom 5.15.0 to 5.15.1Release notes
Sourced from transformers's releases.
Commits
550d7b3Release: v5.15.17e9f99cFix MTP config when mlp_layer_types is absent (#48015)6e336fdFix gemma4 video to device (#47896)c79e26aFallback from 'lanczos' to 'bicubic' when on cuda (#48026)d93f042Align logit distributions for CandidateGenerators using sampling (#48007)69bc61dFix DFlash candidate token device mismatch with device_map="auto" (#47877)Updates
rufffrom 0.16.3 to 0.16.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
11c76bfBump 0.16.4 (#27937)d53c8c5Isolate playground builds from deployment credentials (#27839)cab001eDisable uv preview for releases and pre-commit hooks (#27939)f8d575f[ty] Clarify writing guidance for human readers (#27912)ca45faeSet--previewand--default-indexfor theuv-lockhook (#27935)4827bf7ExportUV_DEFAULT_INDEXinrelease.sh(#27934)d1087a4[ty] Handle assignment expressions in string annotations (#27921)680cce4[ty] Optimize inherited recursive protocol comparisons (#27922)974d3cbUpgrade ecosystem-analyzer and mypy_primer to the latest upstream pins (#27932)b169b40Install cargo tools locked (#27929)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions