Skip to content

Commit

Permalink
Pin poetry to <1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 4, 2023
1 parent 3c90938 commit b12ab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- cmd: npm update --package-lock-only --lockfile-version 3
commit-msg: Update package-lock.json
branch: update/npm-lock
- cmd: pipx run poetry lock --no-interaction
- cmd: pipx run 'poetry<1.7' lock --no-interaction
commit-msg: Update poetry.lock
branch: update/poetry-lock
- cmd: pipx run pre-commit autoupdate
Expand Down

0 comments on commit b12ab9b

Please sign in to comment.