Skip to content

Commit

Permalink
chore: update poetry dev deps syntax
Browse files Browse the repository at this point in the history
The `[tool.poetry.dev-dependencies]` section has been deprecated since
Poetry 1.2. Move to the equivalent `[tool.poetry.group.dev.dependencies]`.

See https://python-poetry.org/blog/announcing-poetry-1.2.0/#dependency-groups
  • Loading branch information
aentwist authored and leng-yue committed Sep 27, 2024
1 parent 7e01b6b commit 1dbef49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PySide6 = { version = "^6.0.0", optional = true }
[tool.poetry.extras]
ui = ["PySide6"]

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
flake8 = "^7"
isort = "*"
black = "^22.3.0"
Expand Down

0 comments on commit 1dbef49

Please sign in to comment.