From a8c485f8384827f6d9165bb3ca583827a51ee290 Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Thu, 13 Oct 2022 19:51:45 +0100 Subject: [PATCH] chore: Add script to update poetry.lock --- scripts/poetry-lock.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 scripts/poetry-lock.sh diff --git a/scripts/poetry-lock.sh b/scripts/poetry-lock.sh new file mode 100644 index 0000000..5a7a4b7 --- /dev/null +++ b/scripts/poetry-lock.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +# file: poetry-lock.sh +# description: Update poetry.lock. + +poetry lock \ No newline at end of file