Skip to content

Commit

Permalink
Use dependency-groups.dev in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Nov 4, 2024
1 parent 4d9ad11 commit eb1d097
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 193 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
uv-version:
description: "uv version to use"
required: true
default: "0.4.27"
default: "0.4.29"

runs:
using: "composite"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ notebooks = [
"planetary_computer>=1.0.0",
]

[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"pytest>=6.0.0",
"pre-commit>=0.2.0",
"deptry>=0.20.0",
Expand Down
Loading

0 comments on commit eb1d097

Please sign in to comment.