From 12df9b044c7d5b0750e32316adff9050c1a9ac37 Mon Sep 17 00:00:00 2001 From: Jan Rose Date: Wed, 15 Apr 2026 13:37:50 +0200 Subject: [PATCH] Move tool.uv.dev-dependencies (deprecated) to dependency-groups.dev --- python/codegen/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/codegen/pyproject.toml b/python/codegen/pyproject.toml index 66726a77c6..cb3eeec6e6 100644 --- a/python/codegen/pyproject.toml +++ b/python/codegen/pyproject.toml @@ -11,7 +11,7 @@ testpaths = [ "codegen_tests", ] -[tool.uv] -dev-dependencies = [ +[dependency-groups] +dev = [ "pytest==8.3.3", ]