diff --git a/scripts/poetry-update.sh b/scripts/poetry-update.sh new file mode 100644 index 0000000..3027958 --- /dev/null +++ b/scripts/poetry-update.sh @@ -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 \ No newline at end of file