From 73302f35d3f25bf7043d76a610e38933f712aa0c Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Tue, 27 Jan 2026 13:07:27 -0500 Subject: [PATCH] Adds authors, moves to newer dev group label Signed-off-by: Colin Dean --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e9723bd..1d8a261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "diff-poetry-lock" version = "1.0.1.dev0" description = "A CI check that post to GitHub a summary of all changes within the poetry.lock file to a pull request" -authors = ["Nils Borrmann"] +authors = ["Nils Borrmann", "Colin Dean", "Lakshmi Narayanan"] readme = "README.md" [tool.poetry.scripts] @@ -15,7 +15,7 @@ requests = "2.32.4" pydantic = "^1.10.6" loguru = "^0.7.3" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] pytest = "^9" ruff = "*" mypy = "^1"