Skip to content

Commit 3c60689

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 99f0a8a commit 3c60689

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
@@ -67,8 +67,8 @@ Changes = "https://github.com/vcs-python/vcspull/blob/master/CHANGES"
6767
[project.scripts]
6868
vcspull = "vcspull:cli.cli"
6969

70-
[tool.uv]
71-
dev-dependencies = [
70+
[dependency-groups]
71+
dev = [
7272
# Docs
7373
"sphinx",
7474
"furo",
@@ -101,7 +101,6 @@ dev-dependencies = [
101101
"types-colorama"
102102
]
103103

104-
[dependency-groups]
105104
docs = [
106105
"sphinx",
107106
"furo",

0 commit comments

Comments
 (0)