From 9a45b474e105c230050dc16c0094cf609c9ab86f Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 27 Aug 2025 21:33:27 +0200 Subject: [PATCH] refactor: :hammer: use `--upgrade` when installing Python dependencies --- template/justfile.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/justfile.jinja b/template/justfile.jinja index a968483..67a040e 100644 --- a/template/justfile.jinja +++ b/template/justfile.jinja @@ -31,7 +31,7 @@ update-quarto-theme: {% endif %} # Install Python package dependencies install-deps: - uv sync --all-extras --dev + uv sync --all-extras --dev --upgrade # Run the Python tests test-python: