From 0fb8faa4ec89dd6203c65c951742467a04eaa888 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 28 Aug 2023 20:15:34 +0200 Subject: [PATCH] Only update the lock file when updating poetry depencies --- dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 07fa3cc..9e12973 100755 --- a/dev.sh +++ b/dev.sh @@ -140,7 +140,7 @@ descriptions["test"]="Run the tests in the RAM DB and write a coverage report." tasks["test"]=test update() { - poetry update + poetry update --lock } descriptions["update"]="Update the dependencies." tasks["update"]=update