Skip to content

Commit 9a45b47

Browse files
committed
refactor: 🔨 use --upgrade when installing Python dependencies
1 parent 72b7bca commit 9a45b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ update-quarto-theme:
3131
{% endif %}
3232
# Install Python package dependencies
3333
install-deps:
34-
uv sync --all-extras --dev
34+
uv sync --all-extras --dev --upgrade
3535

3636
# Run the Python tests
3737
test-python:

0 commit comments

Comments
 (0)