Skip to content

Commit b59c56a

Browse files
chore(deps): bump transformers from 5.4.0 to 5.5.0 (#267)
* chore(deps): bump transformers from 5.4.0 to 5.5.0 Bumps [transformers](https://github.com/huggingface/transformers) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * No auto-review for dependabot Signed-off-by: Rashid Kaleem <230885705+arekay-nv@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Rashid Kaleem <230885705+arekay-nv@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rashid Kaleem <230885705+arekay-nv@users.noreply.github.com>
1 parent efd0180 commit b59c56a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/auto-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
auto-review:
99
runs-on: ubuntu-latest
10+
if: github.actor != 'dependabot[bot]'
1011
steps:
1112
- name: Auto request review
1213
uses: actions/github-script@v7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies = [
5656
"cyclopts==4.10.0",
5757
"rich==14.3.3",
5858
# Needed for tokenization and OSL reporting
59-
"transformers==5.4.0",
59+
"transformers==5.5.0",
6060
"numpy==2.4.4",
6161
"datasets==4.8.4",
6262
"Pillow==12.2.0",

0 commit comments

Comments
 (0)