Skip to content

Commit 35a9ccd

Browse files
authored
fix: uv CVE-2025-62518 astral-tokio-tar issue GHSA-j5gw-2vrg-8fgx (#1505)
1 parent 1200ba0 commit 35a9ccd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/shared.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: astral-sh/setup-uv@v5
1919
with:
2020
enable-cache: true
21-
version: 0.7.2
21+
version: 0.9.5
2222

2323
- name: Install dependencies
2424
run: uv sync --frozen --all-extras --python 3.10
@@ -46,7 +46,7 @@ jobs:
4646
uses: astral-sh/setup-uv@v3
4747
with:
4848
enable-cache: true
49-
version: 0.7.2
49+
version: 0.9.5
5050

5151
- name: Install the project
5252
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}
@@ -62,7 +62,7 @@ jobs:
6262
- uses: astral-sh/setup-uv@v5
6363
with:
6464
enable-cache: true
65-
version: 0.7.2
65+
version: 0.9.5
6666

6767
- name: Install dependencies
6868
run: uv sync --frozen --all-extras --python 3.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mcp = "mcp.cli:app [cli]"
4545

4646
[tool.uv]
4747
default-groups = ["dev", "docs"]
48-
required-version = ">=0.7.2"
48+
required-version = ">=0.9.5"
4949

5050
[dependency-groups]
5151
dev = [

0 commit comments

Comments
 (0)