Skip to content

Commit beda22a

Browse files
committed
chore:update deps
1 parent 551525d commit beda22a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mkdocs==1.6.1
2-
mkdocs-material==9.6.13
2+
mkdocs-material==9.6.14

x.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
EXTRA_ARGS=""
2+
x = ("json","bf","lua","cf")
3+
for extra in x[@]; do
4+
EXTRA_ARGS+="--extra $extra"
5+
done
6+
echo "Command: uv sync $EXTRA_ARGS"

0 commit comments

Comments
 (0)