<!-- Thank you for taking the time to report an issue! We're glad to have you involved with uv. If you're filing a bug report, please consider including the following information: * A minimal code snippet that reproduces the bug. * The command you invoked (e.g., `uv pip sync requirements.txt`), ideally including the `--verbose` flag. * The current uv platform. * The current uv version (`uv --version`). --> Hi all, Similar to https://github.com/astral-sh/uv/issues/8590 it would be great if the PEP 735 dependency-groups could be locked with `uv pip compile`. I would imagine something like: `uv pip compile pyproject.toml -o requirements-dev.txt --group=test`. Linking this for possible interface alignment: - https://github.com/jazzband/pip-tools/issues/2062