Skip to content

Commit d501eeb

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.6
1 parent 835e558 commit d501eeb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@v7
1818
with:
19-
version: "0.5.25"
19+
version: "0.9.6"
2020
- run: slap run --no-venv-check docs:build
2121
- uses: actions/upload-artifact@v5
2222
with:

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Install uv
128128
uses: astral-sh/setup-uv@v7
129129
with:
130-
version: "0.9.5"
130+
version: "0.9.6"
131131
python-version: "${{ matrix.python-version }}"
132132

133133
- run: uvx --python 3.13 --from slap-cli slap test
@@ -146,7 +146,7 @@ jobs:
146146
- name: Install uv
147147
uses: astral-sh/setup-uv@v7
148148
with:
149-
version: "0.9.5"
149+
version: "0.9.6"
150150
python-version: "3.13"
151151

152152
- name: Build dist

0 commit comments

Comments
 (0)