From 3eec472a0948c85e4df828fa434bffc0b095f992 Mon Sep 17 00:00:00 2001 From: pwwang Date: Fri, 20 Jun 2025 08:37:46 -0700 Subject: [PATCH] chore: update dev-dependencies section in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c033f78..ff6a438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ executing = "^2.0" asttokens = { version = "2.*", optional = true } pure_eval = { version = "0.*", optional = true } -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] pytest = "^8" pytest-cov = "^5" coverage = { version = "^7", extras = ["toml"] }