Skip to content

Commit a063a66

Browse files
committed
Address Poetry section deprecation
This is a response to this warning raised during the build: > The "poetry.dev-dependencies" section is deprecated and will be > removed in a future version. Use "poetry.group.dev.dependencies" > instead. Signed-off-by: Alex Nelson <[email protected]>
1 parent 41a5305 commit a063a66

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
@@ -12,7 +12,7 @@ json5 = "^0.9.25"
1212
pyqt5 = "^5.15.10"
1313
argparse = "^1.4.0"
1414

15-
[tool.poetry.dev-dependencies]
15+
[tool.poetry.group.dev.dependencies]
1616
mypy = "^1"
1717
pytest = "^8"
1818

0 commit comments

Comments
 (0)