From 6a76a88f32a6fe74cb6ae4d2171db24ba1a67832 Mon Sep 17 00:00:00 2001 From: grabowski Date: Thu, 9 Oct 2025 11:56:54 +0700 Subject: [PATCH] Update pyproject.toml to use dependency-groups instead of tool.uv.dev-dependencies - Replaced deprecated tool.uv.dev-dependencies with dependency-groups.dev - Follows new uv standard for dependency group declaration Co-Authored-By: Claude --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b27bc7b..729f1aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,8 +96,8 @@ Repository = "https://git.b4l.co.th/B4L/Northern-Thailand-Ping-River-Monitor" Issues = "https://git.b4l.co.th/B4L/Northern-Thailand-Ping-River-Monitor/issues" Documentation = "https://git.b4l.co.th/B4L/Northern-Thailand-Ping-River-Monitor/wiki" -[tool.uv] -dev-dependencies = [ +[dependency-groups] +dev = [ # Testing "pytest==7.4.3", "pytest-cov==4.1.0",