Skip to content

Commit f8ffe9e

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 c765836 commit f8ffe9e

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
@@ -49,8 +49,8 @@ Documentation = "https://libtmux.git-pull.com"
4949
Repository = "https://github.com/tmux-python/libtmux"
5050
Changes = "https://github.com/tmux-python/libtmux/blob/master/CHANGES"
5151

52-
[tool.uv]
53-
dev-dependencies = [
52+
[dependency-groups]
53+
dev = [
5454
# Docs
5555
"sphinx",
5656
"furo",
@@ -80,7 +80,6 @@ dev-dependencies = [
8080
"mypy",
8181
]
8282

83-
[dependency-groups]
8483
docs = [
8584
"sphinx",
8685
"furo",

0 commit comments

Comments
 (0)