Skip to content

Commit ed97464

Browse files
authored
Remove the deprecated tool.poetry.dev-dependencies section (#395)
Immediately below the deprecated section is the correct section, `tool.poetry.group.dev.dependencies`, with the same dependencies list. `poetry lock` was run to ensure the lock file is in sync.
1 parent 9da9eb3 commit ed97464

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

poetry.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ packages = [
3434
[tool.poetry.dependencies]
3535
python = ">=3.7"
3636

37-
[tool.poetry.dev-dependencies]
38-
pandocfilters = "^1.5"
39-
setuptools = "68"
40-
4137
[tool.poetry.group.dev.dependencies]
4238
pandocfilters = "^1.5"
4339
setuptools = "68"

0 commit comments

Comments
 (0)