From ed245e234dc6b1abaa5c257668dbf170449da901 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Thu, 2 Nov 2023 22:47:47 -0700 Subject: [PATCH] poetry: Update pyproject.toml to use newer convention The previous commit checks that Poetry down to version 1.3.2 (current Debian stable version) support it. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a8fd998c..1cf5fca21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [] [tool.poetry.dependencies] python = "^3.8" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] # These can be updated with `poetry add`. mkdocs = "^1.5.2" mkdocs-material = "^9.4"