Switch poetry.dev-dependencies -> poetry.group.dev.dependencies
As the former is deprecated since 1.2.0: https://github.com/python-poetry/poetry/pull/4260
This commit is contained in:
@@ -315,7 +315,7 @@ all = [
|
||||
# - systemd: this is a system-based requirement
|
||||
]
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
# We pin development dependencies in poetry.lock so that our tests don't start
|
||||
# failing on new releases. Keeping lower bounds loose here means that dependabot
|
||||
# can bump versions without having to update the content-hash in the lockfile.
|
||||
|
||||
Reference in New Issue
Block a user