Skip to content

Commit 713a46f

Browse files
Add poetry to bump-dev-dep workflow options
Adds `poetry` to the list of packages that can be bumped via the `bump-dev-dep` GitHub Actions workflow. This allows maintainers to easily bump poetry when security advisories (e.g. GHSA-2599-h6xx-hpxp) affect the dependency. Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/77aa27cf-624f-46a2-b17a-dbbddf76af9d Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
1 parent fd89996 commit 713a46f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bump-dev-dep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
# It's also useful as a record of which packages tend to need bumping
1212
options:
1313
- black
14+
- poetry
1415
- pygments
1516
- requests
1617
- urllib

0 commit comments

Comments
 (0)