Skip to content

Commit 3e1cb0b

Browse files
chore(deps): update minor and patch updates
1 parent 5c8ad82 commit 3e1cb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v5
1818
with:
19-
version: "0.5.25"
19+
version: "0.8.24"
2020
- run: slap run --no-venv-check docs:build
2121
- uses: actions/upload-artifact@v4
2222
with:

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install uv
8989
uses: astral-sh/setup-uv@v5
9090
with:
91-
version: "0.5.25"
91+
version: "0.8.24"
9292
- uses: actions/setup-python@v5
9393
with: { python-version: "${{ matrix.python-version }}" }
9494
- run: slap test
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set up Python 3.13
108108
uses: actions/setup-python@v5
109109
with:
110-
python-version: "3.13"
110+
python-version: "3.14"
111111

112112
- name: Install uv
113113
run: python -m pip install uv

0 commit comments

Comments
 (0)