Skip to content

Commit 811c099

Browse files
Migrate pyproject to use newer syntax for poetry groups (#697)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent 8ddb6b7 commit 811c099

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
@@ -47,7 +47,7 @@ hiredis = ">=2.2.3,<4.0.0"
4747
more-itertools = ">=8.14,<11.0"
4848
setuptools = ">=70.0"
4949

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

0 commit comments

Comments
 (0)