chore: Add poetry update script to update python dependencies to latest

This commit is contained in:
Vikash Kothary 2022-02-06 14:58:44 +00:00
parent ef41934001
commit 077bd9d761

10
scripts/poetry-update.sh Normal file
View 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