Skip to content

Commit 1e9b167

Browse files
committed
2 parents f4d41b3 + b499107 commit 1e9b167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: docker info
3636

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@v6
38+
uses: astral-sh/setup-uv@v7
3939
with:
4040
version: "0.6.9"
4141

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dev = [
6464
"pyright==1.1.406",
6565
"pytest-asyncio>=0.26.0",
6666
"pytest>=8.3.5",
67-
"ruff==0.13.3",
67+
"ruff==0.14.0",
6868
]
6969

7070
[tool.black]

0 commit comments

Comments
 (0)