Skip to content

Commit a0a9b6a

Browse files
committed
Allow Dependabot uv updates
1 parent 5890789 commit a0a9b6a

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4141
with:
4242
enable-cache: true
43+
version: "0.11.31"
4344

4445
- name: Set up Python ${{ matrix.python-version }}
4546
run: uv python install ${{ matrix.python-version }}
@@ -82,6 +83,7 @@ jobs:
8283
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
8384
with:
8485
enable-cache: true
86+
version: "0.11.31"
8587

8688
- name: Set up Python
8789
run: uv python install 3.10
@@ -112,6 +114,7 @@ jobs:
112114
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
113115
with:
114116
enable-cache: true
117+
version: "0.11.31"
115118

116119
- name: Set up Python
117120
run: uv python install 3.10

.github/workflows/upstream-compat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3131
with:
3232
enable-cache: true
33+
version: "0.11.31"
3334

3435
- name: Set up Python
3536
run: uv python install 3.12

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ phy = [
107107
]
108108

109109
[tool.uv]
110-
required-version = "==0.11.31"
110+
required-version = ">=0.11.8,<0.12"
111111
required-environments = [
112112
"sys_platform == 'win32' and platform_machine == 'AMD64'",
113113
]

0 commit comments

Comments
 (0)