Skip to content

Commit 25f5721

Browse files
Migrate pyproject to use newer syntax for poetry groups
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent cd117b2 commit 25f5721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ hiredis = ">=2.2.3,<4.0.0"
4646
more-itertools = ">=8.14,<11.0"
4747
setuptools = ">=70.0"
4848

49-
[tool.poetry.dev-dependencies]
49+
[tool.poetry.group.dev.dependencies]
5050
mypy = "^1.9.0"
5151
pytest = "^8.0.2"
5252
ipdb = "^0.13.9"

0 commit comments

Comments
 (0)