Skip to content

Commit 3eec472

Browse files
committed
chore: update dev-dependencies section in pyproject.toml
1 parent ef2179c commit 3eec472

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
@@ -21,7 +21,7 @@ executing = "^2.0"
2121
asttokens = { version = "2.*", optional = true }
2222
pure_eval = { version = "0.*", optional = true }
2323

24-
[tool.poetry.dev-dependencies]
24+
[tool.poetry.group.dev.dependencies]
2525
pytest = "^8"
2626
pytest-cov = "^5"
2727
coverage = { version = "^7", extras = ["toml"] }

0 commit comments

Comments
 (0)