Skip to content

Commit

Permalink
Dependabot fixes (#534)
Browse files Browse the repository at this point in the history
* Bump transformers in the pip group across 1 directory

Bumps the pip group with 1 update in the / directory: [transformers](https://github.com/huggingface/transformers).


Updates `transformers` from 4.38.0 to 4.42.4
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.38.0...v4.42.4)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/download-artifact

Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 4.1.1 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.1...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* Revert "Bump transformers from 4.38.0 to 4.42.4 in the pip group across 1 directory"

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Raj725 and dependabot[bot] authored Sep 9, 2024
1 parent 5bf0c4c commit bcd9cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
needs: build
steps:
- name: Download all the dists
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
name: pebblo-package-distributions
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
needs: build
steps:
- name: Download all the dists
uses: actions/[email protected].1
uses: actions/[email protected].7
with:
name: pebblo-package-distributions
path: dist/
Expand Down

0 comments on commit bcd9cff

Please sign in to comment.