Skip to content

Commit eda99a9

Browse files
committed
Fix Poetry deprecation warning
As suggested by `poetry lock`: The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
1 parent 2df7a99 commit eda99a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python = "^3.6"
1010
feedparser = ">=6.0.5"
1111
html2text = ">=2020.1.16"
1212

13-
[tool.poetry.dev-dependencies]
13+
[tool.poetry.group.dev.dependencies]
1414
update-copyright = ">=0.6.2"
1515

1616
[build-system]

0 commit comments

Comments
 (0)