lfreleng-actions/♻️ Python Dependencies Action
Updates the dependencies of a Python project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/python-dependencies-update-action@2ba0058e90594562c21944fa066c906b3a060263 # v0.1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path_prefix | Directory location containing project code | no | . |
| update_method | Tool/method used to update dependencies | no | auto |
| token | Github token with the required permissions | no | ${{ github.token }} |
| message | Commit message and pull request title | no | Chore: Update Python dependencies |
| sign-off-commit | Whether commit message contains signed-off-by | no | true |
| sign-commits | Sign commits as github-actions[bot] | no | true |
| exit_on_fail | Exits with error status if no Python code found | no | false |
| no_checkout | Do not checkout local repository; used for testing | no | false |
| labels | Labels to apply to the pull request | no | "" |
Outputs
no outputs