Skip to content

Commit 742e44c

Browse files
JacobCoffeeclaude
andcommitted
chore: migrate from tool.uv.dev-dependencies to dependency-groups.dev
Replace deprecated `tool.uv.dev-dependencies` with the new `dependency-groups.dev` format as recommended by uv. This ensures forward compatibility and removes the deprecation warning. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 98aaf11 commit 742e44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ members = [
7575
"services/bot",
7676
]
7777

78-
[tool.uv]
79-
dev-dependencies = [
78+
[dependency-groups]
79+
dev = [
8080
# - Testing
8181
"pytest>=7.4.3",
8282
"coverage>=7.3.2",

0 commit comments

Comments
 (0)