chore: Add poetry update script to update python dependencies to latest
This commit is contained in:
parent
ef41934001
commit
077bd9d761
10
scripts/poetry-update.sh
Normal file
10
scripts/poetry-update.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# file: poetry-update.sh
|
||||
# description: Update Python dependencies to latest.
|
||||
|
||||
# POETRY_UPDATE_OPTS=--dry-run
|
||||
# POETRY_UPDATE_ARGS=anki
|
||||
poetry update "${POETRY_UPDATE_OPTS}" "${POETRY_UPDATE_ARGS}"
|
||||
|
||||
# TODO: Run poetry export
|
||||
# TODO: Create git branch and commit
|
||||
Loading…
Reference in New Issue
Block a user