Skip to content

Commit

Permalink
Remove the deprecated tool.poetry.dev-dependencies section (#395)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kurtmckee authored Jan 29, 2025
1 parent 9da9eb3 commit ed97464
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 5 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.7"

[tool.poetry.dev-dependencies]
pandocfilters = "^1.5"
setuptools = "68"

[tool.poetry.group.dev.dependencies]
pandocfilters = "^1.5"
setuptools = "68"
Expand Down

0 comments on commit ed97464

Please # to comment.