Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 395 Bytes

File metadata and controls

14 lines (9 loc) · 395 Bytes

dependency-update

This workflow updates the project dependencies using Poetry.

It first runs a dependency audit via nox -s dependency:audit and then updates the dependencies using poetry update. If the poetry.lock file changes, a pull request is created automatically.

Example Usage

tbx workflow install dependency-update