Skip to content

Commit aac4e11

Browse files
committed
chore(Poetry): Group dev deps with updated syntax
Previously, development dependencies were grouped under [tool.poetry.dev-dependencies] in pyproject.toml. This syntax will soon be deprecated. Group development dependencies under [tool.poetry.group.dev.dependencies], the updated syntax as of Poetry v1.2.0.
1 parent a1b1555 commit aac4e11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
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
@@ -19,6 +19,6 @@ build-backend = "poetry.core.masonry.api"
1919
# Keep in sync with .pre-commit-config.yaml and .tool-versions.
2020
python = "==3.11.5"
2121

22-
[tool.poetry.dev-dependencies]
22+
[tool.poetry.group.dev.dependencies]
2323
commitizen = "==3.8.2" # Keep in sync with .pre-commit-config.yaml.
2424
pre-commit = "==3.4.0"

0 commit comments

Comments
 (0)