Skip to content

Commit

Permalink
bump uv (#40)
Browse files Browse the repository at this point in the history
* bump uv

* Update coverage.yml
  • Loading branch information
diceroll123 authored Oct 26, 2024
1 parent a65a87c commit 2f94501
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.22"
version: "0.4.27"

- name: Set up Python
run: uv python install 3.13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.22"
version: "0.4.27"

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"

[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"coverage>=7.6.3",
"pytest>=8.3.3",
"setuptools-rust>=1.10.2",
Expand Down
Loading

0 comments on commit 2f94501

Please sign in to comment.