From f9eff0766da9afd4189078eb5756e1ed5495f23a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 2 May 2025 13:39:37 +0100 Subject: [PATCH] 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 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f8eb46e68..51a713a9ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.