fix: replace deprecated dev-dependencies in examples/clients (#1518)
This commit is contained in:
@@ -39,5 +39,5 @@ ignore = []
|
||||
line-length = 120
|
||||
target-version = "py310"
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
|
||||
[dependency-groups]
|
||||
dev = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
|
||||
|
||||
@@ -44,5 +44,5 @@ ignore = []
|
||||
line-length = 120
|
||||
target-version = "py310"
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
|
||||
[dependency-groups]
|
||||
dev = ["pyright>=1.1.379", "pytest>=8.3.3", "ruff>=0.6.9"]
|
||||
|
||||
Reference in New Issue
Block a user