Skip to content

Commit 59eb180

Browse files
committed
py(deps) Move from tool.uv.dev-dependencies to project.dependency-groups
warning: The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead See also: - https://packaging.python.org/en/latest/specifications/pyproject-toml/ - https://packaging.python.org/en/latest/specifications/dependency-groups/
1 parent 35b6396 commit 59eb180

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Documentation = "https://libvcs.git-pull.com"
6161
Repository = "https://github.com/vcs-python/libvcs"
6262
Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6363

64-
[tool.uv]
65-
dev-dependencies = [
64+
[dependency-groups]
65+
dev = [
6666
# Docs
6767
"sphinx",
6868
"furo",
@@ -90,7 +90,6 @@ dev-dependencies = [
9090
"mypy",
9191
]
9292

93-
[dependency-groups]
9493
docs = [
9594
"sphinx",
9695
"furo",

0 commit comments

Comments
 (0)