scientific-python/Update SPEC 0 dependencies
Update the lower bounds of Python dependencies covered by the Scientific Python SPEC 0 support schedule
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target_branch | Target branch for the pull request | yes | main |
| project_file_name | Path to the project file listing dependencies, relative to repository root. Defaults to 'pyproject.toml'. Currently only pyproject.toml is supported. | yes | pyproject.toml |
| create_pr | Whether the action should open a PR or not. Set to false for dry-run/testing. | yes | true |
| commit_msg | Commit message for the commit to update the versions. by default 'Drop support for unsupported packages conform SPEC 0'. has no effect if `create_pr` is set to false | no | chore: Drop support for unsupported packages conform SPEC 0 |
| pr_title | The title of the PR that will be opened. by default 'Drop support for unsupported packages conform SPEC 0'. has no effect if `create_pr` is set to false | no | chore: Drop support for unsupported packages conform SPEC 0 |
| schedule_path | Path to the schedule.json file relative to the project root. If not provided, the schedule bundled with the action is used. | no | "" |
| token | GitHub token with pull-requests write permission to create pull requests. Defaults to the built-in GITHUB_TOKEN. | no | — |
| update_all | If set, also update all non-SPEC0 dependencies to versions released within the last N years (e.g., 2). | no | "" |
Outputs
no outputs