1
0

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:
Andrew Morgan
2025-05-02 13:39:37 +01:00
parent d18edf67d6
commit f9eff0766d

View File

@@ -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.