Added
- Added the `repo_token` parameter to the `ossf/scorecard-action` GitHub Action.
- Added documentation on how to upgrade dependencies in lock files manually with `pip-compile` and the `--upgrade-package` option.
Changed
- Changed Dependabot configuration to reduce the total number of opened pull requests without sacrificing timely security fixes or upgrades signalling a new major version.
- Changed the `publish` job to only use the `publish` GitHub Environment, rather than both `publish` and `build` jobs.
This means that there will only be one approval required to publish to PyPI since all other steps before can either be
rolled back without harming users (ie deleting GitHub releases, git tags) or are idempotent (provenance attestation).
<a id='changelog-0.5.0'></a>